]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 4 Jul 2017 09:10:42 +0000 (02:10 -0700)
commitacfd2810c75b0625897fc119a2d3a9c26cc0e405
treee789ef766955af8fc384f22e42a02530924c318e
parentaaebdee8b88225ebe28af2afc60446f9fd7228f9
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