diff options
author | Jeff Mahoney <jeffm@suse.com> | 2005-12-14 20:38:05 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-15 03:56:08 +0100 |
commit | 2499604960fff307fe99ff4d4363c50eaa69235a (patch) | |
tree | 94d329a760e82deb21930c986ca54d479c6c5930 /arch/ppc/platforms/lite5200.c | |
parent | [PATCH] reiserfs: skip commit on io error (diff) | |
download | linux-2499604960fff307fe99ff4d4363c50eaa69235a.tar.xz linux-2499604960fff307fe99ff4d4363c50eaa69235a.zip |
[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>
Diffstat (limited to 'arch/ppc/platforms/lite5200.c')
0 files changed, 0 insertions, 0 deletions