Re: [Libguestfs] [PATCH v2 1/6] filesystem_walk: fixed root inode listing

2016-08-30 Thread noxdafox
On 26/08/16 15:58, Pino Toscano wrote: On Friday, 26 August 2016 15:15:17 CEST noxdafox wrote: On 26/08/16 14:15, Pino Toscano wrote: On Thursday, 25 August 2016 23:53:51 CEST Matteo Cafasso wrote: With the current implementation, the root inode of the given partition is ignored. The root

Re: [Libguestfs] [PATCH v2 1/6] filesystem_walk: fixed root inode listing

2016-08-26 Thread noxdafox
On 26/08/16 14:15, Pino Toscano wrote: On Thursday, 25 August 2016 23:53:51 CEST Matteo Cafasso wrote: With the current implementation, the root inode of the given partition is ignored. The root inode is now reported. Its name will be a single dot '.' reproducing the TSK API. Signed-off-by:

Re: [Libguestfs] [PATCH v2 1/6] filesystem_walk: fixed root inode listing

2016-08-26 Thread Pino Toscano
On Thursday, 25 August 2016 23:53:51 CEST Matteo Cafasso wrote: > With the current implementation, the root inode of the given partition > is ignored. > > The root inode is now reported. Its name will be a single dot '.' > reproducing the TSK API. > > Signed-off-by: Matteo Cafasso

[Libguestfs] [PATCH v2 1/6] filesystem_walk: fixed root inode listing

2016-08-25 Thread Matteo Cafasso
With the current implementation, the root inode of the given partition is ignored. The root inode is now reported. Its name will be a single dot '.' reproducing the TSK API. Signed-off-by: Matteo Cafasso --- daemon/tsk.c | 17 ++--- 1 file changed, 14