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:
65d33fd
)
btrfs: fix wrong max system array size check in kernel space
author
Gui Hecheng
<guihc.fnst@cn.fujitsu.com>
Mon, 21 Apr 2014 12:13:11 +0000
(20:13 +0800)
committer
Chris Mason
<clm@fb.com>
Tue, 10 Jun 2014 00:20:36 +0000
(17:20 -0700)
For system chunk array,
We copy a "disk_key" and an chunk item each time,
so there should be enough space to hold both of them,
not only the chunk item.
Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/volumes.c
patch
|
blob
|
history
diff --cc
fs/btrfs/volumes.c
Simple merge