commit | 8ceffcb29e61ba882a011b1e4d73ca03691fdc2e | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Jun 14 17:39:47 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jul 04 02:11:45 2017 -0700 |
tree | ea7be0eada9f4884f790504613fb29f7adb18c19 | |
parent | a398101aa113351ec973e9e6a3208c7160b7b1fc [diff] |
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c Codes related to sysfs and procfs are dispersive and mixed with sb related codes, but actually these codes are independent from others, so split them from super.c, and reorgnize and manger them in sysfs.c. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>