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

Next file: linux/include/linux/blkdev.h
Previous file: linux/include/linux/affs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/include/linux/bfs_fs.h linux/include/linux/bfs_fs.h
@@ -83,10 +83,12 @@
 
 /* file.c */
 extern struct inode_operations bfs_file_inops;
+extern struct file_operations bfs_file_operations;
 extern struct address_space_operations bfs_aops;
 
 /* dir.c */
 extern struct inode_operations bfs_dir_inops;
+extern struct file_operations bfs_dir_operations;
 
 #endif /* __KERNEL__ */
 #endif	/* _LINUX_BFS_FS_H */

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