linux/fs/befs
David Howells 3ab7947ac3 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>
2017-07-11 06:06:17 -04:00
..
befs_fs_types.h befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
befs.h befs: fix style issues in header files 2016-12-22 11:25:22 +00:00
btree.c befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
btree.h befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
ChangeLog Fix common misspellings 2011-03-31 11:26:23 -03:00
datastream.c befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
datastream.h befs: fix style issues in header files 2016-12-22 11:25:22 +00:00
debug.c befs: fix style issues in debug.c 2016-12-22 11:25:19 +00:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c befs: fix style issues in inode.c 2016-12-22 11:25:20 +00:00
inode.h befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
io.c befs: remove signatures from comments 2016-12-22 11:25:22 +00:00
io.h befs: remove trailing whitespaces 2016-12-22 11:25:23 +00:00
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c befs: Implement show_options 2017-07-11 06:06:17 -04:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: fix style issues in super.c 2016-10-08 10:01:34 +01:00
super.h befs: fix style issues in header files 2016-12-22 11:25:22 +00:00
TODO