]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit6a7fed4eefddad48224f1c9d534b4e262f0897f6
tree28c347ffd4cbb92146fde47768c396c088c44a95
parent90c07c895c87d38db100b6afcb686ab3ef0d6a64
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