]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblocked
authorDavid Sterba <dsterba@suse.com>
Sat, 10 Oct 2015 16:16:38 +0000 (18:16 +0200)
committerDavid Sterba <dsterba@suse.com>
Sat, 10 Oct 2015 16:16:38 +0000 (18:16 +0200)
commit42ea60373760d506bd126f1b9725fd2ad2ac5472
tree8a89528930f7429db0f6e7014df910ecfad7ba87
parent755b54c2d7664b903bfb45b7d15cb67261530d08
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>
fs/btrfs/dev-replace.c