GFS2: use kmalloc for lvb bitmap
authorDavid Teigland <teigland@redhat.com>
Tue, 5 Mar 2013 21:01:47 +0000 (16:01 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 4 Apr 2013 08:52:14 +0000 (09:52 +0100)
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 <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found