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

Next file: linux/fs/attr.c
Previous file: linux/fs/affs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/fs/affs/symlink.c linux/fs/affs/symlink.c
@@ -74,3 +74,9 @@
 struct address_space_operations affs_symlink_aops = {
 	readpage:	affs_symlink_readpage,
 };
+
+struct inode_operations affs_symlink_inode_operations = {
+	readlink:	page_readlink,
+	follow_link:	page_follow_link,
+	setattr:	affs_notify_change,
+};

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