X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fvolume.h;h=4b97fa8635a89e7c553e4cd4182c6e0d26dd546a;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9775fa65895ee0df96ce0ebdb9f64659fa734674;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/ntfs/volume.h b/fs/ntfs/volume.h index 9775fa658..4b97fa863 100644 --- a/fs/ntfs/volume.h +++ b/fs/ntfs/volume.h @@ -24,6 +24,8 @@ #ifndef _LINUX_NTFS_VOLUME_H #define _LINUX_NTFS_VOLUME_H +#include + #include "types.h" #include "layout.h" @@ -81,6 +83,8 @@ 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. */