]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: logfs: convert to bio_add_page() in sync_request()
authorMing Lei <tom.leiming@gmail.com>
Fri, 11 Nov 2016 12:05:37 +0000 (20:05 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 22 Nov 2016 15:57:55 +0000 (08:57 -0700)
commit739a9975468cc64b346da4d40c0a2e61b1f69af0
treeb3cdb85dd66688c4c84cfcdc1f6c2d9f3cc67c3d
parent4113b88a658772e09b3fe475a5a4b7c9a9cdc04b
fs: logfs: convert to bio_add_page() in sync_request()

Always bio_add_page() is the standard and preferred way to
do the task.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/logfs/dev_bdev.c