commit | 26a7655e6a55768a082336dac8a4563344e890a2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jul 05 16:25:16 2017 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 11 06:06:17 2017 -0400 |
tree | 08b8eb83ef0910dc8d0e515cd167018a67969a0a | |
parent | 3ab7947ac3b5cd625c186bb608678bffd881e472 [diff] |
affs: Implement show_options Implement the show_options superblock op for affs 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>