patch-2.3.48 linux/include/linux/affs_fs.h

Next file: linux/include/linux/bfs_fs.h
Previous file: linux/include/linux/ac97_codec.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/linux/affs_fs.h linux/include/linux/affs_fs.h
@@ -103,8 +103,10 @@
 /* jump tables */
 
 extern struct inode_operations	 affs_file_inode_operations;
-extern struct inode_operations	 affs_file_inode_operations_ofs;
 extern struct inode_operations	 affs_dir_inode_operations;
+extern struct file_operations	 affs_file_operations;
+extern struct file_operations	 affs_file_operations_ofs;
+extern struct file_operations	 affs_dir_operations;
 extern struct address_space_operations	 affs_symlink_aops;
 extern struct address_space_operations	 affs_aops;
 

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