]> git.baikalelectronics.ru Git - kernel.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)
commitd3c4ebabb2c613d7a53d1c76ed08a995fe6f9103
treeb125cbfb421d0ca23b3c03a2e32bae2dd3166687
parent42fd879d179bbfa95f6d0e59abbdf8370ad2ab65
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