Skip to content
Commit 7ee9e440 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: check if we can nocow if we don't have data space



We always just try and reserve data space when we write, but if we are out of
space but have prealloc'ed extents we should still successfully write.  This
patch will try and see if we can write to prealloc'ed space and if we can go
ahead and allow the write to continue.  With this patch we now pass xfstests
generic/274.  Thanks,

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