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

Next file: linux/fs/nfs/dir.c
Previous file: linux/fs/ncpfs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/fs/ncpfs/symlink.c linux/fs/ncpfs/symlink.c
@@ -96,9 +96,7 @@
 /*
  * symlinks can't do much...
  */
-struct inode_operations ncp_symlink_inode_operations={
-	readlink:	page_readlink,
-	follow_link:	page_follow_link,
+struct address_space_operations ncp_symlink_aops = {
 	readpage:	ncp_symlink_readpage,
 };
 	

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