From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:05 +0000 (-0800) Subject: [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() X-Git-Tag: v2.6.17-rc1~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b0ad574b5ee90f8ea58196ff8a7f3780b75365;p=pandora-kernel.git [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() Bitmap functions for the minix filesystem and the ext2 filesystem except ext2_set_bit_atomic() and ext2_clear_bit_atomic() do not require the atomic guarantees. But these are defined by using atomic bit operations on several architectures. (cris, frv, h8300, ia64, m32r, m68k, m68knommu, mips, s390, sh, sh64, sparc, sparc64, v850, and xtensa) This patch switches to non atomic bit operation. Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed