commit | f62fc9f97602d5f52fd574db80d95d71869bfe21 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Thu Aug 31 15:06:24 2017 +0530 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 05 10:50:24 2017 -0700 |
tree | 24147d8e1645eb4e6c7fc0cc46d97f0f0528dd60 | |
parent | d3238691ed5f7be29f7b8b7cf7c68bbb2924361d [diff] |
f2fs: constify super_operations super_operations are not supposed to change at runtime. "struct super_block" working with super_operations provided by <linux/fs.h> work with const super_operations. So mark the non-const structs as const Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>