commit | 155725c9c051a343be5e555bf943da827e6cf721 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Fri Jun 22 14:01:00 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Wed Jun 27 16:34:39 2012 +0200 |
tree | 2d9fcdaf376797b077c4e230de575686ec7e1709 | |
parent | c3e0696523862c48b4d8c73ffb2867e9db478338 [diff] |
Btrfs: leave critical region in btrfs_find_all_roots as soon as possible When delayed refs exist, btrfs_find_all_roots used to hold the delayed ref mutex way longer than actually required. We ought to drop it immediately after we're done collecting all the delayed refs. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>