From: Lars Ellenberg Date: Wed, 15 Dec 2010 07:59:09 +0000 (+0100) Subject: drbd: store in-core bitmap little endian, regardless of architecture X-Git-Tag: v2.6.39-rc1~37^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a0f10cddbf93ce89c175ac1c53dad2d20ad309;p=pandora-kernel.git drbd: store in-core bitmap little endian, regardless of architecture Our on-disk bitmap is a little endian bitstream. Up to now, we have stored the in-core copy of that in native endian, applying byte order conversion when necessary. Instead, keep the bitmap pages little endian, as they are read from disk, and use the generic_*_le_bit family of functions. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed