-----Original Message-----
From: libguestfs-bounces(a)redhat.com [mailto:libguestfs-bounces@redhat.com] On
Behalf Of Chen Hanxiao
Sent: Saturday, February 21, 2015 6:02 PM
To: libguestfs(a)redhat.com
Subject: [Libguestfs] [PATCH v2 0/4] btrfs: add support to btrfs inspect-internal
This series adds new APIs to support btrfs inspect-internal.
v2:
- use full name of btrfs command as inspect-internal
Hu Tao (4):
New API: btrfs_inspect_internal_rootid
New API: btrfs_inspect_internal_subvolid_resolve
New API: btrfs_inspect_internal_inode_resolve
New API: btrfs_inspect_internal_logical_resolve
daemon/btrfs.c | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++
generator/actions.ml | 56 ++++++++++++++++++
src/MAX_PROC_NR | 2 +-
3 files changed, 218 insertions(+), 1 deletion(-)
--
Hi,
I missed the previous thread that Rich and Hu had come to a conclusion
that we should not expose this debug command.
Please ignore this series.
Thanks,
- Chen