diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2017-05-26 10:04:40 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-07-04 11:10:42 +0200 |
commit | acfd2810c75b0625897fc119a2d3a9c26cc0e405 (patch) | |
tree | e789ef766955af8fc384f22e42a02530924c318e /fs/fat | |
parent | f2fs: don't bother checking for encryption key in ->write_iter() (diff) | |
download | linux-acfd2810c75b0625897fc119a2d3a9c26cc0e405.tar.xz linux-acfd2810c75b0625897fc119a2d3a9c26cc0e405.zip |
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>
Diffstat (limited to 'fs/fat')
0 files changed, 0 insertions, 0 deletions