commit | 9249e17fe094d853d1ef7475dd559a2cc7e23d42 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Jun 25 12:55:37 2012 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:38:34 2012 +0400 |
tree | fa80a6044c14b38994d232c0e05cb7365800adf2 | |
parent | f015f1267b23d3530d3f874243fb83cb5f443005 [diff] |
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>