Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs: remove extra barrier before waitqueue_active
Removing barriers is scary, but a call to atomic_dec_and_test implies a barrier, so we don't need to issue another one. Signed-off-by: David Sterba <dsterba@suse.com>
- Loading branch information