Re: [PATCH 2/9] device-mapper log bitset: fix endian

From: Arjan van de Ven
Date: Mon Jan 23 2006 - 02:43:30 EST


On Sun, 2006-01-22 at 21:37 -0800, Andrew Morton wrote:
> Alasdair G Kergon <agk@xxxxxxxxxx> wrote:
> >
> > - set_bit(bit, (unsigned long *) bs);
> > + ext2_set_bit(bit, (unsigned long *) bs);
>
> We really should give those things a more appropriate name.

or... kill them in favor of the real set_bit/__set_bit ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/