[PATCH] reiserfs: close open transactions on error path
authorJeff Mahoney <jeffm@suse.com>
Wed, 14 Dec 2005 19:38:05 +0000 (14:38 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Dec 2005 02:56:08 +0000 (18:56 -0800)
commit2499604960fff307fe99ff4d4363c50eaa69235a
tree94d329a760e82deb21930c986ca54d479c6c5930
parent5d5e815618c4a8b53806845268c951201d14af6e
[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 <mason@suse.com>

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/inode.c