From 171f6537abb1929ab9072ed084872273300ca175 Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Wed, 24 Apr 2013 16:35:41 -0400 Subject: [PATCH] Btrfs: cleanup fs roots if we fail to mount We can run the tree logging recovery or the orphan cleanup on mount, so we'll end up looking up a random fs tree in the meantime. So we need to clean this up so we don't leave extent buffers hanging around on the cache. With this patch we no longer leak extent buffers on failure to mount. Thanks, Signed-off-by: Josef Bacik --- Reading git-format-patch failed