patch-2.1.90 linux/include/linux/hfs_fs.h
Next file: linux/include/linux/hfs_fs_i.h
Previous file: linux/include/linux/file.h
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Tue Mar 17 21:45:50 1998
-  Orig file: 
v2.1.89/linux/include/linux/hfs_fs.h
-  Orig date: 
Fri Feb  6 15:34:54 1998
diff -u --recursive --new-file v2.1.89/linux/include/linux/hfs_fs.h linux/include/linux/hfs_fs.h
@@ -237,20 +237,20 @@
 extern struct inode_operations hfs_cap_ndir_inode_operations;
 extern struct inode_operations hfs_cap_fdir_inode_operations;
 extern struct inode_operations hfs_cap_rdir_inode_operations;
-extern void hfs_cap_drop_dentry(const ino_t, struct dentry *);
+extern void hfs_cap_drop_dentry(struct dentry *, const ino_t);
 
 /* dir_dbl.c */
 extern const struct hfs_name hfs_dbl_reserved1[];
 extern const struct hfs_name hfs_dbl_reserved2[];
 extern struct inode_operations hfs_dbl_dir_inode_operations;
-extern void hfs_dbl_drop_dentry(const ino_t, struct dentry *);
+extern void hfs_dbl_drop_dentry(struct dentry *, const ino_t);
 
 /* dir_nat.c */
 extern const struct hfs_name hfs_nat_reserved1[];
 extern const struct hfs_name hfs_nat_reserved2[];
 extern struct inode_operations hfs_nat_ndir_inode_operations;
 extern struct inode_operations hfs_nat_hdir_inode_operations;
-extern void hfs_nat_drop_dentry(const ino_t, struct dentry *);
+extern void hfs_nat_drop_dentry(struct dentry *, const ino_t);
 
 /* dir_sngl.c */
 extern const struct hfs_name hfs_sngl_reserved1[];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov