kernel-ark/fs/jbd
Jan Kara 9754e39c7b jbd: 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>
2012-05-15 23:34:36 +02:00
..
checkpoint.c jbd: Split updating of journal superblock and marking journal empty 2012-05-15 23:34:36 +02:00
commit.c jbd: Split updating of journal superblock and marking journal empty 2012-05-15 23:34:36 +02:00
journal.c jbd: Split updating of journal superblock and marking journal empty 2012-05-15 23:34:36 +02:00
Kconfig Revert "task_struct: make journal_info conditional" 2009-12-17 13:23:24 -08:00
Makefile
recovery.c jbd: Issue cache flush after checkpointing 2012-01-11 13:36:57 +01:00
revoke.c jbd: clear revoked flag on buffers before a new transaction started 2011-11-22 01:20:53 +01:00
transaction.c jbd: Refine commit writeout logic 2012-04-11 11:12:44 +02:00