]> git.baikalelectronics.ru Git - kernel.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>
Thu, 4 Apr 2013 08:52:14 +0000 (09:52 +0100)
commita85dd6927a6df596e506474c6d0b3028f1736ca0
tree47d9cebf7d567debd012e3869e522166b5d9e5a8
parent66e8242a1ac6dc168a523eaffb1fbd75d420da45
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