VFS: Pass mount flags to sget()
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Jun 2012 11:55:37 +0000 (12:55 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:38:34 +0000 (16:38 +0400)
commit9249e17fe094d853d1ef7475dd559a2cc7e23d42
treefa80a6044c14b38994d232c0e05cb7365800adf2
parentf015f1267b23d3530d3f874243fb83cb5f443005
VFS: Pass mount flags to sget()

Pass mount flags to sget() so that it can use them in initialising a new
superblock before the set function is called.  They could also be passed to the
compare function.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20 files changed:
drivers/mtd/mtdsuper.c
fs/9p/vfs_super.c
fs/afs/super.c
fs/btrfs/super.c
fs/ceph/super.c
fs/cifs/cifsfs.c
fs/devpts/inode.c
fs/ecryptfs/main.c
fs/gfs2/ops_fstype.c
fs/libfs.c
fs/logfs/super.c
fs/nfs/super.c
fs/nilfs2/super.c
fs/proc/root.c
fs/reiserfs/procfs.c
fs/super.c
fs/sysfs/mount.c
fs/ubifs/super.c
include/linux/fs.h
kernel/cgroup.c