patch-2.3.43 linux/fs/affs/symlink.c

Next file: linux/fs/autofs/dir.c
Previous file: linux/fs/affs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/fs/affs/symlink.c linux/fs/affs/symlink.c
@@ -71,8 +71,6 @@
 	return err;
 }
 
-struct inode_operations affs_symlink_inode_operations = {
-	readlink:	page_readlink,
-	follow_link:	page_follow_link,
+struct address_space_operations affs_symlink_aops = {
 	readpage:	affs_symlink_readpage,
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)