Re: [PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

2017-06-20 Thread Martin K. Petersen
Christoph, > While the Write Same page currently always is in low-level it is just > as easy and safer to just compare the page and offset directly. Also fine. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering

[PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

2017-06-19 Thread Christoph Hellwig
While the Write Same page currently always is in low-level it is just as easy and safer to just compare the page and offset directly. Signed-off-by: Christoph Hellwig --- include/linux/blkdev.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git