]> git.baikalelectronics.ru Git - kernel.git/commit
kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()
authorTejun Heo <tj@kernel.org>
Mon, 3 Feb 2014 19:09:10 +0000 (14:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:52:48 +0000 (15:52 -0800)
commita405fdc1c15090a0e936fb463beb2aafb7253ba0
tree28c347ffd4cbb92146fde47768c396c088c44a95
parent10a7d7136f8e6e91284b0a797c6d70512ac6916b
kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()

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 <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/mount.c
include/linux/kernfs.h