commit | d1b959c8770260b611b9a1f0c5e8b12b7cb5b9d2 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@wdc.com> | Fri Oct 28 17:45:01 2016 +0900 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 23 12:11:17 2016 -0800 |
tree | 4c2d67d68d3ca591b7a6d90d7057a3910e9ed392 | |
parent | 0bfd7a091c19132489a0f977b8dbf9f6b5ae0a1c [diff] |
f2fs: Check zoned block feature for host-managed zoned block devices The F2FS_FEATURE_BLKZONED feature indicates that the drive was formatted with zone alignment optimization. This is optional for host-aware devices, but mandatory for host-managed zoned block devices. So check that the feature is set in this latter case. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>