chiark / gitweb /
vol_id: document -L
[elogind.git] / extras / volume_id / lib / sysv.c
index 52349c0623961a264a4e7086b606b7c0b04fb5aa..e48013c2bdfd3ee70d16ca870e284fa82e788706 100644 (file)
@@ -89,13 +89,13 @@ struct xenix_super {
 #define XENIX_MAGIC                            0x2b5544
 #define SYSV_MAX_BLOCKSIZE                     0x800
 
-int volume_id_probe_sysv(struct volume_id *id, uint64_t off)
+int volume_id_probe_sysv(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct sysv_super *vs;
        struct xenix_super *xs;
        unsigned int boff;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        for (boff = 0x200; boff <= SYSV_MAX_BLOCKSIZE; boff <<= 1) {
                vs = (struct sysv_super *)