From: Arne Jansen Date: Tue, 13 Sep 2011 13:16:43 +0000 (+0200) Subject: Btrfs: put back delayed refs that are too new X-Git-Tag: v3.3-rc1~26^2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1270cd91f308c9d22b2804720c36ccd32dbc35e;p=pandora-kernel.git Btrfs: put back delayed refs that are too new When processing a delayed ref, first check if there are still old refs in the process of being added. If so, put this ref back to the tree. To avoid looping on this ref, choose a newer one in the next loop. btrfs_find_ref_cluster has to take care of that. Signed-off-by: Arne Jansen Signed-off-by: Jan Schmidt --- Reading git-diff-tree failed