From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:35 +0000 (+0200) Subject: fuse: destroy bdi on error X-Git-Tag: linux-omap-v2.6.30-rc6~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9db7297749c05fcf5721ce5393a5a8b8772f2a;p=pandora-kernel.git fuse: destroy bdi on error Destroy bdi on error in fuse_fill_super(). This was an omission from commit 26c3679101dbccc054dcf370143941844ba70531 "fuse: destroy bdi on umount", which moved the bdi_destroy() call from fuse_conn_put() to fuse_put_super(). Signed-off-by: Miklos Szeredi CC: stable@kernel.org --- Reading git-diff-tree failed