summaryrefslogtreecommitdiffstats
path: root/fs/efs/symlink.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
commit529c593ece216e4aaffd36bd940cb94f1fa63129 (patch)
tree78f1c0b805f5656aa7b0417a043c5346f700a2cf /fs/efs/symlink.c
parent0bd079751d25808d1972baee5c4eaa1db2227257 (diff)
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'fs/efs/symlink.c')
-rw-r--r--fs/efs/symlink.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/efs/symlink.c b/fs/efs/symlink.c
index 6bfc16be7..66776c7e5 100644
--- a/fs/efs/symlink.c
+++ b/fs/efs/symlink.c
@@ -48,8 +48,6 @@ fail:
return err;
}
-struct inode_operations efs_symlink_inode_operations = {
- readlink: page_readlink,
- follow_link: page_follow_link,
+struct address_space_operations efs_symlink_aops = {
readpage: efs_symlink_readpage
};