OSDN Git Service

f2fs: Do not issue small discards in LFS mode
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 26 May 2017 08:04:40 +0000 (17:04 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Jul 2017 23:56:24 +0000 (16:56 -0700)
commit46281c4ef52648cf84e16013bd196a78f9d84d3d
treebfbd6cdf2a11d32e41ccd5ef1e8bef56f20d29dd
parent6dbf9cbf28ab6e5134ad1a3f2fc1ba4c9e195be0
f2fs: Do not issue small discards in LFS mode

clear_prefree_segments() issues small discards after discarding full
segments. These small discards may not be section aligned, so not zone
aligned on a zoned block device, causing __f2fs_iissue_discard_zone() to fail.
Fix this by not issuing small discards for a volume mounted with the BLKZONED
feature enabled.

Cc: stable@vger.kernel.org
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c