Btrfs: warn_on for unaccounted spaces
authorJosef Bacik <jbacik@fb.com>
Fri, 25 Mar 2016 17:25:51 +0000 (13:25 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jul 2016 16:45:53 +0000 (18:45 +0200)
commitd555b6c380c644af63dbdaa7cc14bba041a4e4dd
tree1e323bad2695db3518fe890ebd0d9ec53fbc7613
parentc48f49d63dfea12c0173fb2e99db1308f39c23ae
Btrfs: warn_on for unaccounted spaces

These were hidden behind enospc_debug, which isn't helpful as they indicate
actual bugs, unlike the rest of the enospc_debug stuff which is really debug
information.  Thanks,

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