commit | d1c363b48398d458b42fd12ba45e9adbfea07d7d | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Sep 12 14:25:35 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Sep 21 14:00:06 2017 -0700 |
tree | bff1b19750a089ff70364f391493efe1e034d26c | |
parent | 3d065378db974be2e4a29e36638da7c75e3c0e98 [diff] |
f2fs: fix to show correct discard_granularity in sysfs Fix below incorrect display when reading discard_granularity sysfs node. $ cat /sys/fs/f2fs/<device>/discard_granularity $ 16 $ echo 32 > /sys/fs/f2fs/<device>/discard_granularity $ cat /sys/fs/f2fs/<device>/discard_granularity $ 16 Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>