[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1108012214420.9376@dhcp-27-109.brq.redhat.com>
Date: Mon, 1 Aug 2011 22:16:21 +0200 (CEST)
From: Lukas Czerner <lczerner@...hat.com>
To: Akinobu Mita <akinobu.mita@...il.com>
cc: linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org,
akpm@...ux-foundation.org, "Theodore Ts'o" <tytso@....edu>,
Andreas Dilger <adilger.kernel@...ger.ca>,
Lukas Czerner <lczerner@...hat.com>,
Amir Goldstein <amir73il@...il.com>
Subject: Re: [PATCH -mmotm] ext4: remove unused ext4_set_bit_atomic and
ext4_clear_bit_atomic
On Sun, 31 Jul 2011, Akinobu Mita wrote:
> (This depends on ext4-use-proper-little-endian-bitops.patch in -mm tree)
>
> This removes unused macro definisions for ext4_set_bit_atomic and
> ext4_clear_bit_atomic.
>
Thanks for the patch.
Reviewed-by: Lukas Czerner <lczerner@...hat.com>
Thanks!
-Lukas
> Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
> Cc: "Theodore Ts'o" <tytso@....edu>
> Cc: Andreas Dilger <adilger.kernel@...ger.ca>
> Cc: Lukas Czerner <lczerner@...hat.com>
> Cc: Amir Goldstein <amir73il@...il.com>
> ---
> fs/ext4/ext4.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
> index e7811f7..4cf1dd8 100644
> --- a/fs/ext4/ext4.h
> +++ b/fs/ext4/ext4.h
> @@ -932,10 +932,8 @@ struct ext4_inode_info {
>
> #define ext4_test_and_set_bit __test_and_set_bit_le
> #define ext4_set_bit __set_bit_le
> -#define ext4_set_bit_atomic ext2_set_bit_atomic
> #define ext4_test_and_clear_bit __test_and_clear_bit_le
> #define ext4_clear_bit __clear_bit_le
> -#define ext4_clear_bit_atomic ext2_clear_bit_atomic
> #define ext4_test_bit test_bit_le
> #define ext4_find_next_zero_bit find_next_zero_bit_le
> #define ext4_find_next_bit find_next_bit_le
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists