]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
authorChao Yu <yuchao0@huawei.com>
Wed, 14 Jun 2017 09:39:47 +0000 (17:39 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Jul 2017 09:11:45 +0000 (02:11 -0700)
commitaabc3ee36803703c2a05671b8d548a20b8791166
treeea7be0eada9f4884f790504613fb29f7adb18c19
parentce89575db1a30f7ec733cd2bc2c5a8787acc419a
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>
fs/f2fs/Makefile
fs/f2fs/f2fs.h
fs/f2fs/super.c
fs/f2fs/sysfs.c [new file with mode: 0644]