Skip to content
Commit 57c7310b authored by David Teigland's avatar David Teigland Committed by Steven Whitehouse
Browse files

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: default avatarDavid Teigland <teigland@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 66ade474
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment