]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
afs: Implement show_options
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Jul 2017 15:25:23 +0000 (16:25 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 11 Jul 2017 10:06:18 +0000 (06:06 -0400)
commit677018a6ce620c8ca85abae1a07a41d66247d420
treead8d2985111d9f98756dcce72e2dc65a43bf063c
parent26a7655e6a55768a082336dac8a4563344e890a2
afs: Implement show_options

Implement the show_options superblock op for afs 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.

Also implement the show_devname op to display the correct device name and thus
avoid the need to display the cell= and volume= options.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/afs/super.c