From: Jeff Mahoney Date: Thu, 2 Mar 2006 18:25:26 +0000 (-0500) Subject: [PATCH] reiserfs: fix unaligned bitmap usage X-Git-Tag: v2.6.16-rc6~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af1efe8a301f5b1c813f5f761cb1e10d6175605;p=pandora-kernel.git [PATCH] reiserfs: fix unaligned bitmap usage The bitmaps associated with generation numbers for directory entries are declared as an array of ints. On some platforms, this causes alignment exceptions. The following patch uses the standard bitmap declaration macros to declare the bitmaps, fixing the problem. Originally from Takashi Iwai. Signed-off-by: Takashi Iwai Acked-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed