summaryrefslogtreecommitdiffstats
path: root/fs/affs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/affs/file.c')
-rw-r--r--fs/affs/file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/affs/file.c b/fs/affs/file.c
index 0fffbf41e..46b10bcb1 100644
--- a/fs/affs/file.c
+++ b/fs/affs/file.c
@@ -71,7 +71,6 @@ struct inode_operations affs_file_inode_operations = {
NULL, /* mknod */
NULL, /* rename */
NULL, /* readlink */
- NULL, /* follow_link */
generic_readpage, /* readpage */
NULL, /* writepage */
affs_bmap, /* bmap */
@@ -105,7 +104,6 @@ struct inode_operations affs_file_inode_operations_ofs = {
NULL, /* mknod */
NULL, /* rename */
NULL, /* readlink */
- NULL, /* follow_link */
NULL, /* readpage */
NULL, /* writepage */
NULL, /* bmap */