diff options
| author | Adrian Bunk <[email protected]> | 2006-03-31 02:32:11 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-03-31 12:19:01 -0800 |
| commit | a244e1698ae3609cdfe24088e1293593cb7a5278 (patch) | |
| tree | 81f3e151c9b8118a3a917dd6b0d3c75556dc170b /include/linux | |
| parent | 0cb3463f04e771869f481e2dd44f66419e850586 (diff) | |
[PATCH] fs/namei.c: make lookup_hash() static
As announced, lookup_hash() can now become static.
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/namei.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index e6698013e4d0..58cb3d3d44b4 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -75,7 +75,6 @@ extern struct file *nameidata_to_filp(struct nameidata *nd, int flags); extern void release_open_intent(struct nameidata *); extern struct dentry * lookup_one_len(const char *, struct dentry *, int); -extern __deprecated_for_modules struct dentry * lookup_hash(struct nameidata *); extern int follow_down(struct vfsmount **, struct dentry **); extern int follow_up(struct vfsmount **, struct dentry **); |