diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 18:22:03 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:56:58 -0500 |
commit | c71053659e3bb27d44b79da0bb4abf5838c2060a (patch) | |
tree | 59e86cc1602db35ffc2c3991953161f1619706b1 /fs/mount.h | |
parent | 7d6fec45a5131918b51dcd76da52f2ec86a85be6 (diff) | |
download | kernel_goldelico_gta04-c71053659e3bb27d44b79da0bb4abf5838c2060a.zip kernel_goldelico_gta04-c71053659e3bb27d44b79da0bb4abf5838c2060a.tar.gz kernel_goldelico_gta04-c71053659e3bb27d44b79da0bb4abf5838c2060a.tar.bz2 |
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>
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,3 +13,5 @@ static inline int mnt_has_parent(struct vfsmount *mnt) { return mnt != mnt->mnt_parent; } + +extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int); |