From: Tejun Heo Date: Mon, 3 Feb 2014 19:09:10 +0000 (-0500) Subject: kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() X-Git-Tag: v3.15-rc1~140^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7fed4eefddad48224f1c9d534b4e262f0897f6;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed