summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fusionio.com>2012-10-22 19:52:28 (GMT)
committerJosef Bacik <jbacik@fusionio.com>2012-12-11 18:31:36 (GMT)
commit7b398f8e58c415738e397645c926253c428cf002 (patch)
tree4fb8237c474e2e86b4275b196993f7fd757df09e /fs/btrfs/ctree.h
parent32adf0901371c8b9d258dba7811f3067d1d2ea5c (diff)
downloadlinux-fsl-qoriq-7b398f8e58c415738e397645c926253c428cf002.tar.xz
Btrfs: fill the global reserve when unpinning space
Dave gave me an image of a very full file system that would abort the transaction because it ran out of space while committing the transaction. This is because we would think there was plenty of room to create a snapshot even though the global reserve was not full. This happens because we calculate the global reserve size before we unpin any space, so after we unpin the space we allow reservations to occur even though we haven't reserved all of the space for our global reserve. Fix this by adding to the global reserve while unpinning in order to make sure we always have enough space to do our work. With this patch we no longer end up with an aborted transaction, we return ENOSPC properly to the person trying to create the snapshot. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
0 files changed, 0 insertions, 0 deletions