commit | 5f43f86e3f62734dfeeb36c4d940425a2c6789dc | [log] [tgz] |
---|---|---|
author | Gui Hecheng <guihc.fnst@cn.fujitsu.com> | Mon Apr 21 20:13:11 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:36 2014 -0700 |
tree | 472aad111676514efec607fd1279b5b17ac5bd80 | |
parent | 65d33fd7a6e4aaf9cd6577555d0b3c18fbefe415 [diff] |
btrfs: fix wrong max system array size check in kernel space 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>