chiark / gitweb /
volume_id: old md metadata has only 32 bit for the uuid
[elogind.git] / extras / volume_id / lib / vxfs.c
index 112666192cf1f54d914c7d6fc3a61d000502add1..c9b76285e818f930bb93fa51a1270a118600fe29 100644 (file)
@@ -33,7 +33,7 @@ struct vxfs_super {
        int32_t                 vs_version;
 } PACKED;
 
-int volume_id_probe_vxfs(struct volume_id *id, uint64_t off)
+int volume_id_probe_vxfs(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct vxfs_super *vxs;