patch-2.1.78 linux/include/linux/ext2_fs.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/dcache.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Jan 4 00:53:40 1998
- Orig file:
v2.1.77/linux/include/linux/ext2_fs.h
- Orig date:
Tue Sep 23 16:48:49 1997
diff -u --recursive --new-file v2.1.77/linux/include/linux/ext2_fs.h linux/include/linux/ext2_fs.h
@@ -499,9 +499,10 @@
extern int ext2_rmdir (struct inode *,struct dentry *);
extern int ext2_unlink (struct inode *,struct dentry *);
extern int ext2_symlink (struct inode *,struct dentry *,const char *);
-extern int ext2_link (struct inode *, struct inode *, struct dentry *);
+extern int ext2_link (struct dentry *, struct inode *, struct dentry *);
extern int ext2_mknod (struct inode *, struct dentry *, int, int);
-extern int ext2_rename (struct inode *, struct dentry *,struct inode *, struct dentry *);
+extern int ext2_rename (struct inode *, struct dentry *,
+ struct inode *, struct dentry *);
/* super.c */
extern void ext2_error (struct super_block *, const char *, const char *, ...)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov