git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ade47
)
GFS2: use kmalloc for lvb bitmap
author
David Teigland
<teigland@redhat.com>
Tue, 5 Mar 2013 21:01:47 +0000
(16:01 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 4 Apr 2013 08:52:14 +0000
(09:52 +0100)
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>
No differences found