]> git.baikalelectronics.ru Git - kernel.git/commit
fput: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Mon, 7 Aug 2017 08:45:39 +0000 (17:45 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 Aug 2017 04:50:23 +0000 (00:50 -0400)
commitfc5b7609c73afb4287c7bd2d88721e361e715bf8
tree9fc76aaec63060ab9c834ecda6a569d31685f8af
parentd3c4ebabb2c613d7a53d1c76ed08a995fe6f9103
fput: 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>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file_table.c