Use autoclear for overlay loopback device
[oweals/fstools.git] / probe.c
diff --git a/probe.c b/probe.c
index 7d0e83133cf3e78ebd3ec0a5df904140d9768a16..3ed7a7dafd673718ced927216ec9ebdf8f14b53e 100644 (file)
--- a/probe.c
+++ b/probe.c
@@ -24,7 +24,7 @@ probe_path_tiny(const char *path)
        struct blkid_struct_probe *pr;
        char *type, *dev, *uuid, *label, *version;
 
-       pr = blkid_new_probe();
+       pr = blkidtiny_new_probe();
        if (!pr)
                return NULL;
 
@@ -53,7 +53,7 @@ probe_path_tiny(const char *path)
                }
        }
 
-       blkid_free_probe(pr);
+       blkidtiny_free_probe(pr);
 
        return info;
 }