• Akinobu Mita's avatar
    rds: stop including asm-generic/bitops/le.h directly · 12ce2242
    Akinobu Mita authored
    asm-generic/bitops/le.h is only intended to be included directly from
    asm-generic/bitops/ext2-non-atomic.h or asm-generic/bitops/minix-le.h
    which implements generic ext2 or minix bit operations.
    
    This stops including asm-generic/bitops/le.h directly and use ext2
    non-atomic bit operations instead.
    
    It seems odd to use ext2_*_bit() on rds, but it will replaced with
    __{set,clear,test}_bit_le() after introducing little endian bit operations
    for all architectures.  This indirect step is necessary to maintain
    bisectability for some architectures which have their own little-endian
    bit operations.
    Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
    Cc: Andy Grover <andy.grover@oracle.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    12ce2242
cong.c 11.9 KB