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

Btrfs: make sure NODATACOW also gets NODATASUM set



A user reported hitting the BUG_ON() in btrfs_finished_ordered_io() where we had
csums on a NOCOW extent.  This can happen if we have NODATACOW set but not
NODATASUM set, which can happen in two cases, either we mount with -o nodatacow
and then write into preallocated space, or chattr +C a directory and move a file
into that directory.  Liu has fixed the move case in a different place, but this
fixes the mount -o nodatacow case.  Thanks,

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