This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / ntfs / volume.h
index 4b97fa8..9775fa6 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef _LINUX_NTFS_VOLUME_H
 #define _LINUX_NTFS_VOLUME_H
 
-#include <linux/rwsem.h>
-
 #include "types.h"
 #include "layout.h"
 
@@ -83,8 +81,6 @@ typedef struct {
 
 #ifdef NTFS_RW
        /* Variables used by the cluster and mft allocators. */
-       s64 mft_data_pos;               /* Mft record number at which to
-                                          allocate the next mft record. */
        LCN mft_zone_start;             /* First cluster of the mft zone. */
        LCN mft_zone_end;               /* First cluster beyond the mft zone. */
        LCN mft_zone_pos;               /* Current position in the mft zone. */