]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 6 Mar 2013 10:35:44 +0000 (10:35 +0000)
commit9c0c03969161f77c78415ae5feb4fe05e5985cc9
treefc1006bc5c62cda4637ef7c69b03ece499cc0d7d
parent5978cbb3f36dbaf5a124b0c5d9c74dda41a5fe3e
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