patch-2.3.9 linux/fs/adfs/dir.c
Next file: linux/fs/adfs/file.c
Previous file: linux/fs/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Jun 27 10:10:41 1999
- Orig file:
v2.3.8/linux/fs/adfs/dir.c
- Orig date:
Thu May 13 10:53:59 1999
diff -u --recursive --new-file v2.3.8/linux/fs/adfs/dir.c linux/fs/adfs/dir.c
@@ -51,12 +51,14 @@
NULL, /* rename */
NULL, /* read link */
NULL, /* follow link */
+ NULL, /* get_block */
NULL, /* read page */
NULL, /* write page */
- NULL, /* bmap */
+ NULL, /* flush page */
NULL, /* truncate */
NULL, /* permission */
- NULL /* smap */
+ NULL, /* smap */
+ NULL /* revalidate */
};
unsigned int adfs_val (unsigned char *p, int len)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)