chiark / gitweb /
volume_id: add btrfs
[elogind.git] / extras / volume_id / lib / volume_id.c
index 9b7d91d11da786ac2885f6628dd185e4870b053e..c9ad02b9ae1d5c2e6ea519391881fba298e8fe34 100644 (file)
@@ -83,6 +83,7 @@ static const struct prober prober_filesystem[] = {
        { volume_id_probe_squashfs, { "squashfs", } },
        { volume_id_probe_netware, { "netware", } },
        { volume_id_probe_oracleasm, { "oracleasm", } },
+       { volume_id_probe_btrfs, { "btrfs", } },
 };
 
 /* the user can overwrite this log function */