]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/f2fs.h
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)
commit8ceffcb29e61ba882a011b1e4d73ca03691fdc2e
treeea7be0eada9f4884f790504613fb29f7adb18c19
parenta398101aa113351ec973e9e6a3208c7160b7b1fc
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]