Re: Patch to support LUKS UUIDs in libblkid

2007-07-23 Thread Karsten Hopp
get_devname() call ? Karsten -- Karsten Hopp| Mail: [EMAIL PROTECTED] Red Hat Deutschland | Tel: +49-711-96437-0 Hauptstaetterstr.58 | Fax: +49-711-613590 D-70178 Stuttgart | http://www.redhat.de - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the bod

Re: Patch to support LUKS UUIDs in libblkid

2007-07-03 Thread Karsten Hopp
gt; #> Shuffling the probing order around will only switch the systems where such #> problems occur. From my standpoint, you can close this "bug". Thanks! So, no help from this side Karsten -- Karsten Hopp| Mail: [EMAIL PROTECTED] Red Hat Deutschland | Tel: +49-

Re: Patch to support LUKS UUIDs in libblkid

2007-06-13 Thread Karsten Hopp
Theodore Tso schrieb: On Mon, Jun 11, 2007 at 01:51:24PM +0200, Karsten Hopp wrote: +static int probe_luks(struct blkid_probe *probe, + struct blkid_magic *id __BLKID_ATTR((unused)), + unsigned char *buf) +{ + unsigned char *p_buf = buf; + unsigned char uuid[40

Re: Patch to support LUKS UUIDs in libblkid

2007-06-11 Thread Karsten Hopp
lys. I'll attach a new patch with the suggested fixes. Karsten -- Karsten Hopp| Mail: [EMAIL PROTECTED] Red Hat Deutschland | Tel: +49-711-96437-0 Hauptstaetterstr.58 | Fax: +49-711-613590 D-70178 Stuttgart | http://www.redhat.de e2fsprogs-1.39-luks.patch Problem:libblk

Patch to support LUKS UUIDs in libblkid

2007-06-05 Thread Karsten Hopp
coded device names for encrypted partitions. Regards Karsten Hopp -- Karsten Hopp| Mail: [EMAIL PROTECTED] Red Hat Deutschland | Tel: +49-711-96437-0 Hauptstaetterstr.58 | Fax: +49-711-613590 D-70178 Stuttgart | http://www.redhat.de e2fsprogs-1.39-luks.patch Pr