summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/Makefile
diff options
context:
space:
mode:
authorChao Yu2017-06-14 11:39:47 +0200
committerJaegeuk Kim2017-07-04 11:11:45 +0200
commit8ceffcb29e61ba882a011b1e4d73ca03691fdc2e (patch)
treeea7be0eada9f4884f790504613fb29f7adb18c19 /fs/f2fs/Makefile
parentf2fs: clean up sysfs codes (diff)
downloadkernel-qcow2-linux-8ceffcb29e61ba882a011b1e4d73ca03691fdc2e.tar.gz
kernel-qcow2-linux-8ceffcb29e61ba882a011b1e4d73ca03691fdc2e.tar.xz
kernel-qcow2-linux-8ceffcb29e61ba882a011b1e4d73ca03691fdc2e.zip
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>
Diffstat (limited to 'fs/f2fs/Makefile')
-rw-r--r--fs/f2fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/Makefile b/fs/f2fs/Makefile
index ca949ea7c02f..a0dc559b1b47 100644
--- a/fs/f2fs/Makefile
+++ b/fs/f2fs/Makefile
@@ -2,7 +2,7 @@ obj-$(CONFIG_F2FS_FS) += f2fs.o
f2fs-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
-f2fs-y += shrinker.o extent_cache.o
+f2fs-y += shrinker.o extent_cache.o sysfs.o
f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
f2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
f2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o