patch-2.3.99-pre1 linux/include/linux/efs_fs.h

Next file: linux/include/linux/elevator.h
Previous file: linux/include/linux/compatmac.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/include/linux/efs_fs.h linux/include/linux/efs_fs.h
@@ -49,10 +49,7 @@
 extern struct file_operations efs_dir_operations;
 extern struct address_space_operations efs_symlink_aops;
 
-extern int init_module(void);
-extern void cleanup_module(void);
 extern struct super_block *efs_read_super(struct super_block *, void *, int);
-extern void efs_put_super(struct super_block *);
 extern int efs_statfs(struct super_block *, struct statfs *);
 
 extern void efs_read_inode(struct inode *);
@@ -61,7 +58,4 @@
 extern struct dentry *efs_lookup(struct inode *, struct dentry *);
 extern int efs_bmap(struct inode *, int);
 
-extern int init_efs_fs(void);
-
 #endif /* __EFS_FS_H__ */
-

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)