[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111229013431.GJ12370@thunk.org>
Date: Wed, 28 Dec 2011 20:34:31 -0500
From: Ted Ts'o <tytso@....edu>
To: akpm@...ux-foundation.org
Cc: linux-ext4@...r.kernel.org, akinobu.mita@...il.com,
adilger.kernel@...ger.ca
Subject: Re: [patch 1/1] ext4: use proper little-endian bitops
On Tue, Nov 15, 2011 at 02:56:06PM -0800, akpm@...ux-foundation.org wrote:
> From: Akinobu Mita <akinobu.mita@...il.com>
> Subject: ext4: use proper little-endian bitops
>
> ext4_{set,clear}_bit() is defined as __test_and_{set,clear}_bit_le() for
> ext4. Only two ext4_{set,clear}_bit() calls check the return value. The
> rest of calls ignore the return value and they can be replaced with
> __{set,clear}_bit_le().
>
> This changes ext4_{set,clear}_bit() from __test_and_{set,clear}_bit_le()
> to __{set,clear}_bit_le() and introduces ext4_test_and_{set,clear}_bit()
> for the two places where old bit needs to be returned.
>
> This ext4_{set,clear}_bit() change is considered safe, because if someone
> uses these macros without noticing the change, new ext4_{set,clear}_bit
> don't have return value and causes compiler errors where the return value
> is used.
>
> This also removes unused ext4_find_first_zero_bit().
>
> Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
> Cc: "Theodore Ts'o" <tytso@....edu>
> Cc: Andreas Dilger <adilger.kernel@...ger.ca>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Applied.
- Ted
--
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