commit | 730d9ec36bf27e87805aee6ebf462071735e31f9 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Sat Oct 10 18:16:38 2015 +0200 |
committer | David Sterba <dsterba@suse.com> | Sat Oct 10 18:16:38 2015 +0200 |
tree | 8a89528930f7429db0f6e7014df910ecfad7ba87 | |
parent | 9ffecb10283508260936b96022d4ee43a7798b4c [diff] |
btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblocked Normally the waitqueue_active would need a barrier, but this is not necessary here because it's not a performance sensitive context and we can call wake_up directly. Suggested-by: Chris Mason <clm@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>