]> git.baikalelectronics.ru Git - kernel.git/commit
befs: Implement show_options
authorDavid Howells <dhowells@redhat.com>
Wed, 5 Jul 2017 15:25:03 +0000 (16:25 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 11 Jul 2017 10:06:17 +0000 (06:06 -0400)
commite3bd168225f74c1a7f435168a54808bcbfe4e1e9
treed1487e21f4c1cc3f6a3fef517814c2476a3c9256
parent1e6ba7d1e00bee8ed0674def9324349ce0a195ce
befs: Implement show_options

Implement the show_options superblock op for befs 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>
cc: Luis de Bethencourt <luisbg@osg.samsung.com>
cc: Salah Triki <salah.triki@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/befs/linuxvfs.c