X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fcommon.h;h=3ef810971e3625056d0fa688aaa5d4f731f0acf8;hb=ad1ca231acba6e83b2c3f199a6465f4e29282b08;hp=e8dbe7d0e0d597d34fe92b529b2e549eccb55135;hpb=c00f6ece0ff9a1ad2d07691122070d52d4397d78;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/NTFS/common.h b/KernelLand/Modules/Filesystems/NTFS/common.h index e8dbe7d0..3ef81097 100644 --- a/KernelLand/Modules/Filesystems/NTFS/common.h +++ b/KernelLand/Modules/Filesystems/NTFS/common.h @@ -40,7 +40,7 @@ struct sNTFS_Directory struct sNTFS_Disk { int FD; - int CacheHandle; + tInodeCache *InodeCache; int ClusterSize; @@ -50,8 +50,6 @@ struct sNTFS_Disk tNTFS_Attrib *MFTDataAttr; tNTFS_Attrib *MFTBitmapAttr; - int InodeCache; - tNTFS_Directory RootDir; };