commit | c71053659e3bb27d44b79da0bb4abf5838c2060a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 24 18:22:03 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:56:58 2012 -0500 |
tree | 59e86cc1602db35ffc2c3991953161f1619706b1 | |
parent | 7d6fec45a5131918b51dcd76da52f2ec86a85be6 [diff] [blame] |
vfs: spread struct mount - __lookup_mnt() result switch __lookup_mnt() to returning struct mount *; callers adjusted. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index 47da816..44e5b6f 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -13,3 +13,5 @@ { return mnt != mnt->mnt_parent; } + +extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int);