patch-2.3.48 linux/fs/bfs/file.c

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

diff -u --recursive --new-file v2.3.47/linux/fs/bfs/file.c linux/fs/bfs/file.c
@@ -18,7 +18,7 @@
 #define dprintf(x...)
 #endif
 
-static struct file_operations bfs_file_operations = {
+struct file_operations bfs_file_operations = {
 	read:	generic_file_read,
 	write:	generic_file_write,
 	mmap:	generic_file_mmap,
@@ -156,5 +156,4 @@
 };
 
 struct inode_operations bfs_file_inops = {
-	default_file_ops:	&bfs_file_operations,
 };

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