commit | 604ecf4288933dec3c235ed1ee575a154670c882 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jul 05 16:24:42 2017 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jul 06 03:31:46 2017 -0400 |
tree | 5dc3ef4315898810da798969327800fb6b291505 | |
parent | 349d743895e2371bda9a02a5b465b50cc24d2825 [diff] |
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>