Re: [PATCH] Introduce ext4_find_next_bit

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: <linux-ext4@...>, <linux-kernel@...>
Date: Tuesday, November 13, 2007 - 3:11 pm

Andrew Morton wrote:

I was following the coding style used for rest of the APIs
like ext4_set_bit.



arm and below list of arch doesn't include the asm-generic/bitops/ext2-non-atomic.h 

I did a grep and that list the below architectures as also affected.
arm, m68k, m68knommu, s390


That should be a separate patch altogether. I wanted to do the cleanup
along with the usages such as but never got time to do the same.

#define ocfs2_set_bit ext2_set_bit
#define udf_set_bit(nr,addr) ext2_set_bit(nr,addr)
direct usage in mb
md/bitmap.c +799
md/dm-log.c +177

I will send a patch tomorrow that fix  arm and other architectures. I guess the cleanup
can be a separate patch ? 

-aneesh


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Introduce ext4_find_next_bit, Aneesh Kumar K.V, (Fri Sep 21, 1:25 am)
Re: [PATCH] Introduce ext4_find_next_bit, Andrew Morton, (Tue Nov 13, 3:59 am)
Re: [PATCH] Introduce ext4_find_next_bit, Aneesh Kumar K.V, (Tue Nov 13, 3:11 pm)
Re: [PATCH] Introduce ext4_find_next_bit, Andrew Morton, (Tue Nov 13, 4:43 pm)
Re: [PATCH] Introduce ext4_find_next_bit, Balbir Singh, (Fri Sep 21, 2:43 am)
Re: [PATCH] Introduce ext4_find_next_bit, Aneesh Kumar K.V, (Fri Sep 21, 5:08 am)
[PATCH] ext4: Fix spare warnings, Aneesh Kumar K.V, (Fri Sep 21, 1:25 am)
Re: [PATCH] ext4: Fix spare warnings, Balbir Singh, (Fri Sep 21, 2:02 am)
Re: [PATCH] ext4: Fix spare warnings, Aneesh Kumar K.V, (Fri Sep 21, 5:04 am)