]> git.baikalelectronics.ru Git - 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)
commit66e79b4179d2be0d65a8c4996ec2209ad2aed0e4
tree5dc3ef4315898810da798969327800fb6b291505
parent47b0c7de665566df6e25dd732f72dc527b127ca0
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