Hi Karel, On Seg, 2008-06-02 at 09:41 +0200, Karel Zak wrote: > It'd be nice to add ZFS detection to libvolume_id from udev package. Interesting, I didn't know libvolume_id existed. Is there a reason why there should be 2 different libraries doing what appears to be essentially the same thing? > > + /* read nvpair data for pool name, pool GUID (complex) */ > > + //blkid_set_tag(probe->dev, "LABEL", pool_name, sizeof(pool_name)); > > + //set_uuid(probe->dev, pool_guid, 0); > > C++ ? Actually, those are valid C99 tokens for comments. I don't see any style guide in the source of e2fsprogs, and they do appear to be used in some places (like lib/uuid/uuid_gen_nt.c), but if necessary that can be easily changed. > > - if (memcmp(id->bim_magic, buf + (id->bim_sboff&0x3ff), > > + if (memcmp(id->bim_magic, buf + (id->bim_sboff & 0x3ff), > > ??? That's unrelated to the purpose of this patch, it seems to be just a style fix (inherited from Andreas' patch) :-) Thanks, Ricardo -- Ricardo Manuel Correia Lustre Engineering Sun Microsystems, Inc. Portugal Phone +351.214134023 / x58723 Mobile +351.912590825 Email Ricardo.M.Correia@xxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html