From: Sunil Mushran Date: Wed, 22 Oct 2008 20:24:29 +0000 (-0700) Subject: ocfs2: Set journal descriptor to NULL after journal shutdown X-Git-Tag: v2.6.28-rc5~82^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0dff683076b2798763288c7ac2f09a18c4a998;p=pandora-kernel.git ocfs2: Set journal descriptor to NULL after journal shutdown Patch sets journal descriptor to NULL after the journal is shutdown. This ensures that jbd2_journal_release_jbd_inode(), which removes the jbd2 inode from txn lists, can be called safely from ocfs2_clear_inode() even after the journal has been shutdown. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed