Skip to content
Commit 06297d8c authored by David Sterba's avatar David Sterba
Browse files

btrfs: switch extent_buffer blocking_writers from atomic to int



The blocking_writers is either 0 or 1 and always updated under the lock,
so we don't need the atomic_t semantics.

Reviewed-by: default avatarNikolay Borisov <nborisov@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 38e9372e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment