OSDN Git Service

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>
Thu, 13 Jul 2017 23:56:51 +0000 (16:56 -0700)
commit06fc88a60d56abbde2f0cd034358fef37f7d307c
treed55f692614111823dc3f62f1f9e578e6cd42fea5
parent1fb6bf71cd86f0f8433ff513f795f8248d18f59d
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>
 Conflicts:
fs/f2fs/super.c
fs/f2fs/Makefile
fs/f2fs/f2fs.h
fs/f2fs/super.c
fs/f2fs/sysfs.c [new file with mode: 0644]