patch-2.3.48 linux/fs/efs/file.c
Next file: linux/fs/efs/inode.c
Previous file: linux/fs/efs/dir.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sat Feb 26 20:33:05 2000
- Orig file:
v2.3.47/linux/fs/efs/file.c
- Orig date:
Thu Feb 10 17:11:16 2000
diff -u --recursive --new-file v2.3.47/linux/fs/efs/file.c linux/fs/efs/file.c
@@ -60,12 +60,3 @@
return efs_map_block(inode, block);
}
-
-static struct file_operations efs_file_operations = {
- read: generic_file_read,
- mmap: generic_file_mmap,
-};
-
-struct inode_operations efs_file_inode_operations = {
- &efs_file_operations, /* default file operations */
-};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)