commit | c6b1867b1da3b1203b4c49988afeebdcbdf65499 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Sat Sep 22 22:43:09 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 25 18:44:56 2018 -0700 |
tree | dae7dfe12edff6f063e46b05a1cc84314b501ea5 | |
parent | dc4cd1257c86451cec3e8e352cc376348e4f4af4 [diff] |
f2fs: fix remount problem of option io_bits Currently we show mount option "io_bits=%u" as "io_size=%uKB", it will cause option parsing problem(unrecognized mount option) in remount. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>