From: Sami Liedes Date: Mon, 3 Nov 2008 00:23:30 +0000 (-0500) Subject: jbd2: deregister proc on failure in jbd2_journal_init_inode X-Git-Tag: v2.6.28-rc4~21^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2423840ded13e6d3b52d88aff8d033bb78fafd08;p=pandora-kernel.git jbd2: deregister proc on failure in jbd2_journal_init_inode jbd2_journal_init_inode() does not call jbd2_stats_proc_exit() on all failure paths after calling jbd2_stats_proc_init(). This leaves dangling references to the fs in proc. This patch fixes a bug reported by Sami Leides at: http://bugzilla.kernel.org/show_bug.cgi?id=11493 Signed-off-by: Sami Liedes Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed