commit | 57c7310b8eb96b0fe3b0aaa8dc194adbae03bef3 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Mar 05 16:01:47 2013 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 04 09:52:14 2013 +0100 |
tree | 47d9cebf7d567debd012e3869e522166b5d9e5a8 | |
parent | 66ade474237745a57b7e87da9a93c7ec69fd52bb [diff] |
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>