Re: [PATCH 13/25] block_dev: use blkdev_issue_zerout for hole punches

2017-04-05 Thread Martin K. Petersen
Christoph Hellwig writes: > This gets us support for non-discard efficient write of zeroes > (e.g. NVMe) and prepare for removing the discard_zeroes_data flag. s Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering

[PATCH 13/25] block_dev: use blkdev_issue_zerout for hole punches

2017-03-31 Thread Christoph Hellwig
This gets us support for non-discard efficient write of zeroes (e.g. NVMe) and prepare for removing the discard_zeroes_data flag. Also remove a pointless discard support check, which is done in blkdev_issue_discard already. Signed-off-by: Christoph Hellwig --- fs/block_dev.c | 10 ++ 1