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)
commit57c7310b8eb96b0fe3b0aaa8dc194adbae03bef3
tree47d9cebf7d567debd012e3869e522166b5d9e5a8
parent66ade474237745a57b7e87da9a93c7ec69fd52bb
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 <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/lock_dlm.c