summaryrefslogtreecommitdiffstats
path: root/fs/efs/namei.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/efs/namei.c')
-rw-r--r--fs/efs/namei.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/efs/namei.c b/fs/efs/namei.c
index 088285f0c..0a70c181f 100644
--- a/fs/efs/namei.c
+++ b/fs/efs/namei.c
@@ -8,8 +8,6 @@
#include <linux/efs_fs.h>
-/* search an efs directory inode for the given name */
-
static efs_ino_t efs_find_entry(struct inode *inode, const char *name, int len) {
struct efs_inode_info *in = INODE_INFO(inode);
struct buffer_head *bh;
@@ -60,9 +58,6 @@ static efs_ino_t efs_find_entry(struct inode *inode, const char *name, int len)
return(0);
}
-
-/* get inode associated with directory entry */
-
int efs_lookup(struct inode *dir, struct dentry *dentry) {
efs_ino_t inodenum;
struct inode * inode;