[PATCH 03/10] kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()

2014-02-03 Thread Tejun Heo
Add two super_block related syscall callbacks ->remount_fs() and ->show_options() to kernfs_syscall_ops. These simply forward the matching super_operations. Signed-off-by: Tejun Heo --- fs/kernfs/mount.c | 23 +++ include/linux/kernfs.h | 3 +++ 2 files changed, 26

[PATCH 03/10] kernfs: implement kernfs_syscall_ops-remount_fs() and -show_options()

2014-02-03 Thread Tejun Heo
Add two super_block related syscall callbacks -remount_fs() and -show_options() to kernfs_syscall_ops. These simply forward the matching super_operations. Signed-off-by: Tejun Heo t...@kernel.org --- fs/kernfs/mount.c | 23 +++ include/linux/kernfs.h | 3 +++ 2 files