summaryrefslogtreecommitdiffstats
path: root/include/linux/efs_fs.h
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-05-02 12:09:17 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-05-02 12:09:17 +0000
commit4a7fdfbd17814fc999257f81256fe34e4bd20bdd (patch)
treee5a8076422239ad80bdbd5213cf151e38bfb12c0 /include/linux/efs_fs.h
parent9f99c1f15350847e106bbe6bebc99d1d8f24901b (diff)
Final changes for release 1.0 of efs.
Diffstat (limited to 'include/linux/efs_fs.h')
-rw-r--r--include/linux/efs_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h
index 9facecc42..6ae6f620e 100644
--- a/include/linux/efs_fs.h
+++ b/include/linux/efs_fs.h
@@ -9,7 +9,7 @@
#ifndef __EFS_FS_H__
#define __EFS_FS_H__
-#define EFS_VERSION "0.98d"
+#define EFS_VERSION "1.0"
static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>";
@@ -58,7 +58,7 @@ extern int efs_statfs(struct super_block *, struct statfs *, int);
extern void efs_read_inode(struct inode *);
extern efs_block_t efs_map_block(struct inode *, efs_block_t);
-extern int efs_lookup(struct inode *, struct dentry *);
+extern struct dentry *efs_lookup(struct inode *, struct dentry *);
extern int efs_bmap(struct inode *, int);
extern int init_efs_fs(void);