f2fs: avoid naming confusion of sysfs init
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 26 Jul 2017 18:24:13 +0000 (11:24 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 31 Jul 2017 23:48:33 +0000 (16:48 -0700)
commitdc6b20551044a05cd4d8ad2356a6bd888570f52a
tree0897af23ff70218732164867dc0dbb061f26c41d
parent5c57132eaf5265937e46340bfbfb97ffb078c423
f2fs: avoid naming confusion of sysfs init

This patch changes the function names of sysfs init to follow ext4.

f2fs_init_sysfs <-> f2fs_register_sysfs
f2fs_exit_sysfs <-> f2fs_unregister_sysfs

Suggested-by: Chao Yu <yuchao0@huawei.com>
Reivewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/super.c
fs/f2fs/sysfs.c