summaryrefslogtreecommitdiff
path: root/fs/f2fs/node.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-07-19 09:23:33 (GMT)
committerJens Axboe <axboe@fb.com>2016-07-20 23:35:20 (GMT)
commite950fdf71c9b4a6b63b58fed78956a96cc907402 (patch)
treeeadcf71a0abf034caaab5b019fe8f290df7fbc14 /fs/f2fs/node.c
parentb09dcf585df959cf26270e65941ea1f79a1345aa (diff)
downloadlinux-e950fdf71c9b4a6b63b58fed78956a96cc907402.tar.xz
block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
Currently blkdev_issue_zeroout cascades down from discards (if the driver guarantees that discards zero data), to WRITE SAME and then to a loop writing zeroes. Unfortunately we ignore run-time EOPNOTSUPP errors in the block layer blkdev_issue_discard helper to work around DM volumes that may have mixed discard support underneath. This patch intoroduces a new BLKDEV_DISCARD_ZERO flag to blkdev_issue_discard that indicates we are called for zeroing operation. This allows both to ignore the EOPNOTSUPP hack and actually consolidating the discard_zeroes_data check into the function. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fs/f2fs/node.c')
0 files changed, 0 insertions, 0 deletions