summaryrefslogtreecommitdiffstats
path: root/fs/efs/namei.c
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
commit4cd9a486c8091de019dadee71cb80d4b53d8bd6d (patch)
treeb32d3745ed7b46cc861cd607a33426581c7bb26c /fs/efs/namei.c
parent04a4c145e0293e7cd55c5c844eda08b1611e78a6 (diff)
Updated efs support to revision 0.97.
Diffstat (limited to 'fs/efs/namei.c')
-rw-r--r--fs/efs/namei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/efs/namei.c b/fs/efs/namei.c
index 5d7cc9aa1..d73392ac7 100644
--- a/fs/efs/namei.c
+++ b/fs/efs/namei.c
@@ -6,12 +6,12 @@
* Portions derived from work (c) 1995,1996 Christian Vogelgsang.
*/
-#include <linux/efs.h>
+#include <linux/efs_fs.h>
/* search an efs directory inode for the given name */
static uint32_t efs_find_entry(struct inode *inode, const char *name, int len) {
- struct efs_in_info *ini = (struct efs_in_info *) &inode->u.generic_ip;
+ struct efs_inode_info *ini = (struct efs_inode_info *) &inode->u.generic_ip;
struct buffer_head *bh;
int slot, namelen;