]> git.baikalelectronics.ru Git - kernel.git/commit
affs: Implement show_options
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Jul 2017 15:25:16 +0000 (16:25 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 11 Jul 2017 10:06:17 +0000 (06:06 -0400)
commit61e7546cda87482d85cb5074ca55ffc4abd59ccc
tree08b8eb83ef0910dc8d0e515cd167018a67969a0a
parent7c1a291ab0eea0e2d159fb5441354bb69b8152c0
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>
fs/affs/super.c