patch-2.3.9 linux/fs/hfs/dir_cap.c
Next file: linux/fs/hfs/dir_dbl.c
Previous file: linux/fs/file_table.c
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Sun Jun 27 10:10:41 1999
- Orig file:
v2.3.8/linux/fs/hfs/dir_cap.c
- Orig date:
Thu May 13 10:53:59 1999
diff -u --recursive --new-file v2.3.8/linux/fs/hfs/dir_cap.c linux/fs/hfs/dir_cap.c
@@ -87,12 +87,14 @@
hfs_rename, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL /* smap */
+ NULL, /* smap */
+ NULL /* revalidate */
};
struct inode_operations hfs_cap_fdir_inode_operations = {
@@ -108,12 +110,14 @@
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL /* smap */
+ NULL, /* smap */
+ NULL /* revalidate */
};
struct inode_operations hfs_cap_rdir_inode_operations = {
@@ -129,12 +133,14 @@
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL /* smap */
+ NULL, /* smap */
+ NULL /* revalidate */
};
/*================ File-local functions ================*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)