patch-2.4.10 linux/include/linux/ntfs_fs_i.h
Next file: linux/include/linux/ntfs_fs_sb.h
Previous file: linux/include/linux/ntfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Sep 23 10:31:01 2001
- Orig file:
v2.4.9/linux/include/linux/ntfs_fs_i.h
- Orig date:
Wed Jul 25 17:10:26 2001
diff -u --recursive --new-file v2.4.9/linux/include/linux/ntfs_fs_i.h linux/include/linux/ntfs_fs_i.h
@@ -1,6 +1,8 @@
#ifndef _LINUX_NTFS_FS_I_H
#define _LINUX_NTFS_FS_I_H
+#include <linux/types.h>
+
/* Forward declarations, to keep number of mutual includes low */
struct ntfs_attribute;
struct ntfs_sb_info;
@@ -68,8 +70,7 @@
#endif
/* Definition of the NTFS in-memory inode structure. */
-struct ntfs_inode_info{
- unsigned long mmu_private;
+struct ntfs_inode_info {
struct ntfs_sb_info *vol;
unsigned long i_number; /* Should be really 48 bits. */
__u16 sequence_number; /* The current sequence number. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)