diff options
author | 2008-07-11 19:27:31 -0400 | |
---|---|---|
committer | 2008-07-11 19:27:31 -0400 | |
commit | 47b4a50bebfd34b5e1fa2a9c673c8f31fa231cc1 (patch) | |
tree | df382e97cdc28fc231104b8d19cdcfc3099b9d68 /fs/jbd2/commit.c | |
parent | ext4: mballoc avoid use root reserved blocks for non root allocation (diff) | |
download | wireguard-linux-47b4a50bebfd34b5e1fa2a9c673c8f31fa231cc1.tar.xz wireguard-linux-47b4a50bebfd34b5e1fa2a9c673c8f31fa231cc1.zip |
ext4: Set journal pointer to NULL when journal is released
Set sbi->s_journal to NULL after we call journal_destroy(). This
will be later needed because after journal_destroy() is called,
ext4_clear_inode() can still be called for some inodes (e.g. root
inode) and we'll need to detect there that journal doesn't exists
anymore.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions