Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / KernelLand / Modules / Storage / LVM / lvm_int.h
index 9430736..5ef812d 100644 (file)
@@ -28,11 +28,10 @@ struct sLVM_Vol
        tVFS_Node       VolNode;
 
        void    *Ptr;
-       tLVM_ReadFcn    Read;
-       tLVM_WriteFcn   Write;
+       const tLVM_VolType      *Type;
 
-       Uint64  BlockCount;
        size_t  BlockSize;
+       Uint64  BlockCount;
        
         int    nSubVolumes;
        tLVM_SubVolume  **SubVolumes;

UCC git Repository :: git.ucc.asn.au