aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorGravatar David Howells <dhowells@redhat.com> 2011-03-21 14:28:58 +0000
committerGravatar Al Viro <viro@zeniv.linux.org.uk> 2011-03-21 12:13:10 -0400
commit0f60f240d522772467c7d2cebedb910748c78ed4 (patch)
tree235d147a07888a97af0149304c3830631e4622e3 /include/linux/dcache.h
parentbfs: fix bitmap size argument to find_first_zero_bit() (diff)
downloadlinux-0f60f240d522772467c7d2cebedb910748c78ed4.tar.gz
linux-0f60f240d522772467c7d2cebedb910748c78ed4.tar.bz2
linux-0f60f240d522772467c7d2cebedb910748c78ed4.zip
FS: lookup_mnt() is only used in the core fs routines now
lookup_mnt() is only used in the core fs routines now, so it doesn't need to be globally declared anymore. It isn't exported to modules at the moment, so nothing that can be modularised seems to be using it. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 1a87760d6532..f2afed4fa945 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -416,7 +416,6 @@ static inline bool d_mountpoint(struct dentry *dentry)
return dentry->d_flags & DCACHE_MOUNTED;
}
-extern struct vfsmount *lookup_mnt(struct path *);
extern struct dentry *lookup_create(struct nameidata *nd, int is_dir);
extern int sysctl_vfs_cache_pressure;