bcache: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Wed, 6 Sep 2017 06:25:54 +0000 (14:25 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Sep 2017 14:17:33 +0000 (08:17 -0600)
commit09b3efec81def807fb225359e34a8e72866dd9c4
treec5137d64a6cdb23308d1f8bedec7e97c37b570bc
parent69daf03adef5f7bc13e0ac86b4b8007df1767aab
bcache: 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>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/closure.c