Staging
v0.5.1
https://github.com/torvalds/linux
Revision 2499604960fff307fe99ff4d4363c50eaa69235a authored by Jeff Mahoney on 14 December 2005, 19:38:05 UTC, committed by Linus Torvalds on 15 December 2005, 02:56:08 UTC
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>
1 parent 5d5e815
History
Tip revision: 2499604960fff307fe99ff4d4363c50eaa69235a authored by Jeff Mahoney on 14 December 2005, 19:38:05 UTC
[PATCH] reiserfs: close open transactions on error path
Tip revision: 2499604
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 63.8 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top