From: Josef Bacik Date: Thu, 25 Apr 2013 19:55:30 +0000 (-0400) Subject: Btrfs: deal with free space cache errors while replaying log X-Git-Tag: v3.10-rc1~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50c6e250ef91313518dbca96663578237ba8d3c;p=pandora-kernel.git Btrfs: deal with free space cache errors while replaying log So everybody who got hit by my fsync bug will still continue to hit this BUG_ON() in the free space cache, which is pretty heavy handed. So I took a file system that had this bug and fixed up all the BUG_ON()'s and leaks that popped up when I tried to mount a broken file system like this. With this patch we just fail to mount instead of panicing. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed