commit | 1887be66dcc3140a81d1299958a41fc0eedfa64f | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Mar 13 10:11:24 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Mar 24 16:14:26 2009 -0400 |
tree | 3f0666948a83c48c77e0c37dca1c71a6aff9eb1d | |
parent | 44871b1b24b593996db43495cf4484cc580bdc10 [diff] |
Btrfs: try to cleanup delayed refs while freeing extents When extents are freed, it is likely that we've removed the last delayed reference update for the extent. This checks the delayed ref tree when things are freed, and if no ref updates area left it immediately processes the delayed ref. Signed-off-by: Chris Mason <chris.mason@oracle.com>