commit | c972b4bc8331b432f51a5f1bc3ca7e020172717f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 08 23:01:06 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:52:42 2012 -0500 |
tree | 2eefe85d32357b53c51a14c84bca7ea4ff47876b | |
parent | 4c1d5a64f134b254552b6211f6f79a1da667eab7 [diff] [blame] |
vfs: live vfsmounts never have NULL ->mnt_sb Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c index 36b1d7a..1c52969 100644 --- a/fs/configfs/dir.c +++ b/fs/configfs/dir.c
@@ -311,7 +311,7 @@ if (item->ci_parent) parent = item->ci_parent->ci_dentry; - else if (configfs_mount && configfs_mount->mnt_sb) + else if (configfs_mount) parent = configfs_mount->mnt_root; else return -EFAULT;