commit | 25d3169c8b8b071c05b98ccd4e486af01b9e73c9 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Wed Mar 16 15:26:28 2022 -0700 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Fri Mar 18 11:06:53 2022 -0700 |
tree | 2702d9e07dab02e213edb9500d6337be421fb3e4 | |
parent | a6bbb0912fc19b8cbdee917871ffddb896e757fb [diff] |
f2fs: ensure only power of 2 zone sizes are allowed When using f2fs on zone storage drives we must be careful to ensure that folks only work with power of 2 zone sizes. Even though the block layer today enforces this these devices do exist and some users are already hacking Linux to remove these limitations. Prevent incorrect use of these devices as a stop-gap measure. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>