]> git.baikalelectronics.ru Git - 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)
commit75439547549540cfc9bb6dbb270d2ee6d07b2684
treeab1f4055309b693f4eb16bfc16b468413816afca
parentf928eb32da0448594f132e3edfb45b8cfcc6675c
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