diff --git a/0000-hotfix.patch b/0000-hotfix.patch index 5b21c45..e5712e3 100644 --- a/0000-hotfix.patch +++ b/0000-hotfix.patch @@ -32,12 +32,11 @@ diff --git a/src/listfs.c b/src/listfs.c index ffb0adc..db127ea 100644 --- a/src/listfs.c +++ b/src/listfs.c -@@ -176,9 +183,12 @@ check_with_vfs_type (guestfs_h *g, const char *device, struct stringsbuf *sb) +@@ -176,9 +183,11 @@ check_with_vfs_type (guestfs_h *g, const char *device, struct stringsbuf *sb) for (size_t i = 0; i < vols->len; i++) { struct guestfs_btrfssubvolume *this = &vols->val[i]; + char *btrfssubvolume_path = this->btrfssubvolume_path; -+ guestfs___trace(g, "XXX %s(%u) device %s btrfssubvolume_path %s", __func__, __LINE__, device, btrfssubvolume_path); + if (STREQ(btrfssubvolume_path, "/@")) btrfssubvolume_path = "/@"; guestfs___add_sprintf (g, sb, "btrfsvol:%s/%s",