]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
VFS: Kill off s_options and helpers
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Jul 2017 15:25:53 +0000 (16:25 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 11 Jul 2017 10:09:21 +0000 (06:09 -0400)
commit1d278a879081ddc40286500e58868aaee47de257
treeab1f4055309b693f4eb16bfc16b468413816afca
parent4dfdb71307675b19a54723a556371dad5e3b0083
VFS: Kill off s_options and helpers

Kill off s_options, save/replace_mount_options() and generic_show_options()
as all filesystems now implement ->show_options() for themselves.  This
should make it easier to implement a context-based mount where the mount
options can be passed individually over a file descriptor.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/vfs.txt
fs/efivarfs/super.c
fs/namespace.c
fs/super.c
include/linux/fs.h