| commit | 6363f8d51cdbb392fbf9cb6e1fbf779c435f8015 | [log] [tgz] |
|---|---|---|
| author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Sat Oct 07 22:12:48 2017 -0400 |
| committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Mon Oct 16 16:38:58 2017 -0400 |
| tree | 452e2363c0931270cb39c50faa3e57ff3469a30a | |
| parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f [diff] |
vfs: fix mounting a filesystem with i_version
The mount i_version flag is not enabled in the new sb_flags. This patch
adds the missing SB_I_VERSION flag.
Fixes: e462ec5 "VFS: Differentiate mount flags (MS_*) from internal
superblock flags"
Cc: David Howells <dhowells@redhat.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>