]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ramfs: Implement show_options
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Jul 2017 15:24:42 +0000 (16:24 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Jul 2017 07:31:46 +0000 (03:31 -0400)
commit604ecf4288933dec3c235ed1ee575a154670c882
tree5dc3ef4315898810da798969327800fb6b291505
parent349d743895e2371bda9a02a5b465b50cc24d2825
ramfs: Implement show_options

Implement the show_options superblock op for ramfs as part of a bid to get
rid of s_options and generic_show_options() to 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>
fs/ramfs/inode.c