From: Jeff Mahoney Date: Wed, 14 Dec 2005 19:38:05 +0000 (-0500) Subject: [PATCH] reiserfs: close open transactions on error path X-Git-Tag: v2.6.15-rc6~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2499604960fff307fe99ff4d4363c50eaa69235a;p=pandora-kernel.git [PATCH] reiserfs: close open transactions on error path The following patch fixes a bug where if the journal is aborted, it can leave a transaction open. The result will be a BUG when another code path attempts to start a transaction and will get a "nesting into different fs" error, since current->journal_info will be left non-NULL. Original fix against SUSE kernel by Chris Mason Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed