]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: Handle nested ext4_journal_start/stop calls without a journal
authorCurt Wohlgemuth <curtw@google.com>
Tue, 29 Sep 2009 15:01:03 +0000 (11:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:07:09 +0000 (08:07 -0800)
commite39f1920521ed14d874d638265e27a16526df494
tree132fdfbab907cb4637625fd105719ff15c53a855
parent94ab12a2649b1e86677771d310a20752ba5b1542
ext4: Handle nested ext4_journal_start/stop calls without a journal

(cherry picked from commit d3d1faf6a74496ea4435fd057c6a2cad49f3e523)

This patch fixes a problem with handling nested calls to
ext4_journal_start/ext4_journal_stop, when there is no journal present.

Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/ext4_jbd2.h
fs/ext4/namei.c
fs/ext4/super.c