patch-2.3.9 linux/fs/affs/symlink.c
Next file: linux/fs/autofs/dir.c
Previous file: linux/fs/affs/file.c
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/affs/symlink.c
- Orig date:
Sat Sep 19 13:39:45 1998
diff -u --recursive --new-file v2.3.8/linux/fs/affs/symlink.c linux/fs/affs/symlink.c
@@ -35,12 +35,14 @@
NULL, /* rename */
affs_readlink, /* readlink */
affs_follow_link, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL /* smap */
+ NULL, /* smap */
+ NULL /* revalidate */
};
static int
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)