From: Akinobu Mita Date: Wed, 23 Mar 2011 23:42:14 +0000 (-0700) Subject: bitops: remove ext2 non-atomic bitops from asm/bitops.h X-Git-Tag: v2.6.39-rc1~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f312eff8164879e04923d41e9dd23e7850937d85;p=pandora-kernel.git bitops: remove ext2 non-atomic bitops from asm/bitops.h As the result of conversions, there are no users of ext2 non-atomic bit operations except for ext2 filesystem itself. Now we can put them into architecture independent code in ext2 filesystem, and remove from asm/bitops.h for all architectures. Signed-off-by: Akinobu Mita Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed