[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46657127.1050608@redhat.com>
Date: Tue, 05 Jun 2007 09:20:23 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: Karsten Hopp <karsten@...hat.com>
CC: linux-ext4@...r.kernel.org
Subject: Re: Patch to support LUKS UUIDs in libblkid
Karsten Hopp wrote:
> Hello,
>
> I've already posted this at the e2fsprogs sourceforge site, but our
> e2fsprogs maintainer
> suggested that I should post it here as well for a review:
>
>
> Attached is a patch to add cryptsetup-luks UUID detection in libblkid.so
> This is required when we want to use UUIDs instead of hardcoded device
> names for
> encrypted partitions.
Hi Karsten, in the patch you posted, need to remove the
__BLKID_ATTR((unused)) from:
+static int probe_luks(struct blkid_probe *probe,
+ struct blkid_magic *id __BLKID_ATTR((unused)),
+ unsigned char *buf)
+{
since id is being used now.
-Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists