Re: [Libguestfs] [PATCH v3 0/3] New API - find_block

2016-09-23 Thread Pino Toscano
On Tuesday, 20 September 2016 16:19:29 CEST Matteo Cafasso wrote: > v3: > > - fixed attribute walk callback: checking against TSK_FS_BLOCK_FLAG_RAW flag > would >exclude compressed data blocks which are still important. >Yet we want to exclude sparse blocks (TSK_FS_BLOCK_FLAG_SPARSE) as

[Libguestfs] [PATCH v3 0/3] New API - find_block

2016-09-20 Thread Matteo Cafasso
v3: - fixed attribute walk callback: checking against TSK_FS_BLOCK_FLAG_RAW flag would exclude compressed data blocks which are still important. Yet we want to exclude sparse blocks (TSK_FS_BLOCK_FLAG_SPARSE) as they are not stored on the disk. Matteo Cafasso (3): New API: