]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: logfs: remove unnecesary check
authorMing Lei <tom.leiming@gmail.com>
Fri, 11 Nov 2016 12:05:40 +0000 (20:05 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 22 Nov 2016 15:57:55 +0000 (08:57 -0700)
commit05aea81b4bc9e51dabd4559666c1d8d004f3662a
treecaabc0af61bacc1c21190cbd1d4034265a503932
parentc12484367865187107af131717a6e8ab44588fb6
fs: logfs: remove unnecesary check

The check on bio->bi_vcnt doesn't make sense in erase_end_io().

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