From: Gui Hecheng Date: Mon, 21 Apr 2014 12:13:11 +0000 (+0800) Subject: btrfs: fix wrong max system array size check in kernel space X-Git-Tag: omap-for-v3.16/fixes-against-rc1~54^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f43f86e3f62734dfeeb36c4d940425a2c6789dc;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed