commit | ae0dff683076b2798763288c7ac2f09a18c4a998 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Wed Oct 22 13:24:29 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Nov 10 09:51:47 2008 -0800 |
tree | 191b95751d25a6480619dc2cbbe340da4adddfcc | |
parent | d32647993c211901fc4819ef3327f62d1859241b [diff] |
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 <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>