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
-  Lines: 10
-  Date:
Sat Feb 26 20:33:42 2000
-  Orig file: 
v2.3.47/linux/fs/affs/symlink.c
-  Orig date: 
Thu Feb 10 17:11:16 2000
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)