From: Miao Xie Date: Mon, 13 May 2013 13:55:12 +0000 (+0000) Subject: Btrfs: update the global reserve if it is empty X-Git-Tag: v3.10-rc2~7^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88033dbf4c23279b012725876f1e164e09644ff;p=pandora-kernel.git Btrfs: update the global reserve if it is empty Before applying this patch, we reserved the space for the global reserve by the minimum unit if we found it is empty, it was unreasonable and inefficient, because if the global reserve space was depleted, it implied that the size of the global reserve was too small. In this case, we shoud update the global reserve and fill it. Cc: Tsutomu Itoh Signed-off-by: Miao Xie Signed-off-by: Josef Bacik --- Reading git-diff-tree failed