patch-2.3.49 linux/fs/affs/inode.c

Next file: linux/fs/affs/namei.c
Previous file: linux/drivers/video/vesafb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.48/linux/fs/affs/inode.c linux/fs/affs/inode.c
@@ -31,6 +31,7 @@
 
 extern int *blk_size[];
 extern struct timezone sys_tz;
+extern struct inode_operations affs_symlink_inode_operations;
 
 #define MIN(a,b) (((a)<(b))?(a):(b))
 

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