Re: [PATCH 13/60] fs: logfs: remove unnecesary check

2016-10-31 Thread Christoph Hellwig
On Sat, Oct 29, 2016 at 04:08:12PM +0800, Ming Lei wrote: > The check on bio->bi_vcnt doesn't make sense in erase_end_io(). Agreed, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to

[PATCH 13/60] fs: logfs: remove unnecesary check

2016-10-29 Thread Ming Lei
The check on bio->bi_vcnt doesn't make sense in erase_end_io(). Signed-off-by: Ming Lei --- fs/logfs/dev_bdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/logfs/dev_bdev.c b/fs/logfs/dev_bdev.c index ff5e3e31bca3..f05a02ff43e6 100644 --- a/fs/logfs/dev_bdev.c