Skip to content
Commit 51561ffe authored by Josef Bacik's avatar Josef Bacik Committed by Chris Mason
Browse files

Btrfs: lock the transition from dirty to writeback for an eb



There is a small window where an eb can have no IO bits set on it, which
could potentially result in extent_buffer_under_io() returning false when we
want it to return true, which could result in not fun things happening.  So
in order to protect this case we need to hold the refs_lock when we make
this transition to make sure we get reliable results out of
extent_buffer_udner_io().  Thanks,

Signed-off-by: default avatarJosef Bacik <jbacik@fusionio.com>
parent 594831c4
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