commit | d1270cd91f308c9d22b2804720c36ccd32dbc35e | [log] [tgz] |
---|---|---|
author | Arne Jansen <sensille@gmx.net> | Tue Sep 13 15:16:43 2011 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Wed Jan 04 16:12:45 2012 +0100 |
tree | 3dfa3109f7df9983ce88dad5bcb4515f7d4b26b5 | |
parent | 00f04b88791ff49dc64ada18819d40a5b0671709 [diff] |
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 <sensille@gmx.net> Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>