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
- Lines: 15
- Date:
Sat Feb 26 20:33:04 2000
- Orig file:
v2.3.47/linux/fs/bfs/file.c
- Orig date:
Wed Feb 16 17:03:52 2000
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)