patch-2.4.0-test10 linux/fs/ntfs/fs.c
Next file: linux/fs/open.c
Previous file: linux/fs/nls/nls_sjis.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Oct 16 12:58:51 2000
- Orig file:
v2.4.0-test9/linux/fs/ntfs/fs.c
- Orig date:
Fri Aug 11 14:29:02 2000
diff -u --recursive --new-file v2.4.0-test9/linux/fs/ntfs/fs.c linux/fs/ntfs/fs.c
@@ -416,8 +416,7 @@
#endif
};
-static struct inode_operations ntfs_inode_operations_nobmap = {
-};
+static struct inode_operations ntfs_inode_operations_nobmap;
#ifdef CONFIG_NTFS_RW
static int
@@ -577,8 +576,7 @@
#endif
};
-static struct inode_operations ntfs_inode_operations = {
-};
+static struct inode_operations ntfs_inode_operations;
static struct file_operations ntfs_dir_operations = {
read: generic_read_dir,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)