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)
commitb9ea557ee9b9c4e0446851d955c1283bd76a9ce8
tree9fc76aaec63060ab9c834ecda6a569d31685f8af
parent29785735788be2450c5f3b1fda61864aaeca38fd
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