X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FLVM%2Flvm_int.h;h=5ef812d6f45bb545d2b7f9b9b0b8c6ab2d1bfaf1;hb=be5123fe1f4aa66b76ce8ef589362ad21b6bbf72;hp=94307367ed82ef668ec9f364794747eacd87c5df;hpb=2188ee53c02fc249c3f6ee8a08758e940024d754;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/LVM/lvm_int.h b/KernelLand/Modules/Storage/LVM/lvm_int.h index 94307367..5ef812d6 100644 --- a/KernelLand/Modules/Storage/LVM/lvm_int.h +++ b/KernelLand/Modules/Storage/LVM/lvm_int.h @@ -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;