search for: _recheck_

Displaying 1 result from an estimated 1 matches for "_recheck_".

Did you mean: _r_check_
2011 Dec 02
3
[PATCH] Btrfs: protect orphan block rsv with spin_lock
...ng warnings coming out of the orphan commit stuff forever from ceph. Turns out it''s because we''re racing with checking if the orphan block reserve is set, because we clear it outside of the spin_lock. So leave the normal fastpath checks where they are, but take the spin_lock and _recheck_ to make sure we haven''t had an orphan block rsv added in the meantime. Then clear the root''s orphan block rsv and release the lock. With this patch a user said the warnings went away and they usually showed up pretty soon after he started ceph. Thanks, Signed-off-by: Josef Bac...