commit | f971fe29b14eedd4abc389593b77fbdf94ac2d59 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Jun 10 11:52:32 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon Jul 01 08:52:26 2013 -0400 |
tree | e292a533e72a4e036375ea7c4e04c630c665073e | |
parent | 3fb4037599a9f14b6c58e2a813aeb03bfa03dd8f [diff] |
Btrfs: wake up delayed ref flushing waiters on abort I hit a deadlock because we aborted when flushing delayed refs but didn't wake any of the other flushers up and so everybody was just sleeping forever. This should fix the problem. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>