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

Matteo Cafasso noxdafox at gmail.com
Thu Aug 25 20:53:50 UTC 2016


v2:

 - refactor logic to reduce code duplication
 - better functions naming


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                 | 156 ++++++++++++++++++++++++++++++-------------
 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, 228 insertions(+), 52 deletions(-)
 create mode 100755 tests/tsk/test-find-inode.sh

-- 
2.9.3




More information about the Libguestfs mailing list