Re: [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()

2016-10-31 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()

2016-10-31 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()

2016-10-29 Thread Ming Lei
Also this patch simplify the code a bit. Signed-off-by: Ming Lei --- fs/logfs/dev_bdev.c | 51 --- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/fs/logfs/dev_bdev.c b/fs/logfs/dev_bdev.c index

[PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()

2016-10-29 Thread Ming Lei
Also this patch simplify the code a bit. Signed-off-by: Ming Lei --- fs/logfs/dev_bdev.c | 51 --- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/fs/logfs/dev_bdev.c b/fs/logfs/dev_bdev.c index 696dcdd65fdd..79be4cb0dfd8 100644