]> asedeno.scripts.mit.edu Git - linux.git/commit
namespace.c: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Mon, 7 Aug 2017 08:44:45 +0000 (17:44 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 Aug 2017 04:50:22 +0000 (00:50 -0400)
commit29785735788be2450c5f3b1fda61864aaeca38fd
treeb125cbfb421d0ca23b3c03a2e32bae2dd3166687
parentcc4a41fe5541a73019a864883297bd5043aa6d98
namespace.c: Don't reinvent the wheel but use existing llist API

Although llist provides proper APIs, they are not used. Make them used.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c