[Libguestfs] [PATCH v3 0/6] New API: find_inode

Matteo Cafasso noxdafox at gmail.com
Fri Aug 26 12:48:58 UTC 2016


v3:

 - coding style fixes
 - comment entry_is_dot logic

Matteo Cafasso (6):
  filesystem_walk: fixed root inode listing
  daemon: refactor tsk code
  lib: rename tsk internal function
  New API: internal_find_inode
  New API: find_inode
  find_inode: added API tests

 daemon/tsk.c                 | 157 ++++++++++++++++++++++++++++++-------------
 generator/actions.ml         |  21 ++++++
 src/MAX_PROC_NR              |   2 +-
 src/tsk.c                    |  32 ++++++++-
 tests/tsk/Makefile.am        |   3 +-
 tests/tsk/test-find-inode.sh |  66 ++++++++++++++++++
 6 files changed, 230 insertions(+), 51 deletions(-)
 create mode 100755 tests/tsk/test-find-inode.sh

-- 
2.9.3




More information about the Libguestfs mailing list