Btrfs: add bytes_readonly to the spaceinfo at once
authorJosef Bacik <jbacik@fb.com>
Fri, 25 Mar 2016 17:25:47 +0000 (13:25 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jul 2016 16:45:53 +0000 (18:45 +0200)
commite40edf2da4fc6ab10c707b0522372b08b38171e6
tree085dfa71d90bfc25cc563439544b84417169c9d1
parenta99cde438de0c4c0cecc1d1af1a55a75b10bfdef
Btrfs: add bytes_readonly to the spaceinfo at once

For some reason we're adding bytes_readonly to the space info after we update
the space info with the block group info.  This creates a tiny race where we
could over-reserve space because we haven't yet taken out the bytes_readonly
bit.  Since we already know this information at the time we call
update_space_info, just pass it along so it can be updated all at once.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c