linux/fs/jbd2
Jan Kara 24bcc89c7e jbd2: split updating of journal superblock and marking journal empty
There are three case of updating journal superblock. In the first case, we want
to mark journal as empty (setting s_sequence to 0), in the second case we want
to update log tail, in the third case we want to update s_errno. Split these
cases into separate functions. It makes the code slightly more straightforward
and later patches will make the distinction even more important.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2012-03-13 15:41:04 -04:00
..
Kconfig Revert "task_struct: make journal_info conditional" 2009-12-17 13:23:24 -08:00
Makefile
checkpoint.c jbd2: split updating of journal superblock and marking journal empty 2012-03-13 15:41:04 -04:00
commit.c jbd2: split updating of journal superblock and marking journal empty 2012-03-13 15:41:04 -04:00
journal.c jbd2: split updating of journal superblock and marking journal empty 2012-03-13 15:41:04 -04:00
recovery.c jbd2: Unify log messages in jbd2 code 2011-11-01 19:09:18 -04:00
revoke.c jbd2: use KMEM_CACHE instead of kmem_cache_create() 2012-02-20 17:53:03 -05:00
transaction.c jbd2: allocate transaction from separate slab cache 2012-02-20 17:53:02 -05:00