From: Stefan Bader Date: Thu, 2 Feb 2006 22:28:07 +0000 (-0800) Subject: [PATCH] device-mapper log bitset: fix big endian find_next_zero_bit X-Git-Tag: v2.6.16-rc2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1113a7e92e483074c6235da59460759e33b9b144;p=pandora-kernel.git [PATCH] device-mapper log bitset: fix big endian find_next_zero_bit This is a fix to the device-mapper-log-bitset-fix-endian patch that switched to ext2_* versions of the set and clear bit functions. The find_next_zero_bit function also has to be the ext2 one. Otherwise the mirror target tries to recover non-existent regions beyond the end of device. Signed-off-by: Stefan Bader Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed