Signed-off-by: Stefan Behrens <[email protected]>
---
 send-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/send-utils.c b/send-utils.c
index d8d3972..b1d3873 100644
--- a/send-utils.c
+++ b/send-utils.c
@@ -226,7 +226,7 @@ int subvol_uuid_search_init(int mnt_fd, struct 
subvol_uuid_search *s)
 
                        if ((sh->objectid != 5 &&
                            sh->objectid < BTRFS_FIRST_FREE_OBJECTID) ||
-                           sh->objectid == BTRFS_FREE_INO_OBJECTID)
+                           sh->objectid > BTRFS_LAST_FREE_OBJECTID)
                                goto skip;
 
                        if (sh->type == BTRFS_ROOT_ITEM_KEY) {
-- 
1.8.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to