From: David Teigland Date: Tue, 5 Mar 2013 21:01:47 +0000 (-0500) Subject: GFS2: use kmalloc for lvb bitmap X-Git-Tag: v3.9-rc6~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c7310b8eb96b0fe3b0aaa8dc194adbae03bef3;p=pandora-kernel.git GFS2: use kmalloc for lvb bitmap The temp lvb bitmap was on the stack, which could be an alignment problem for __set_bit_le. Use kmalloc for it instead. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed