diff options
| author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
| commit | 4854c7b27f0975a2b629f35ea3996d2968eb7c4f (patch) | |
| tree | 4102bdb70289764a2058aff0f907b13d7cf0e0d1 /include/linux/jbd.h | |
| parent | 3cbd5b32cb625f5c0f1b1476d154fac873dd49ce (diff) | |
| parent | fcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff) | |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/jbd.h')
| -rw-r--r-- | include/linux/jbd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index 6a425e370cb3..20eb34403d0c 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h | |||
| @@ -501,6 +501,12 @@ struct transaction_s | |||
| 501 | struct journal_head *t_checkpoint_list; | 501 | struct journal_head *t_checkpoint_list; |
| 502 | 502 | ||
| 503 | /* | 503 | /* |
| 504 | * Doubly-linked circular list of all buffers submitted for IO while | ||
| 505 | * checkpointing. [j_list_lock] | ||
| 506 | */ | ||
| 507 | struct journal_head *t_checkpoint_io_list; | ||
| 508 | |||
| 509 | /* | ||
| 504 | * Doubly-linked circular list of temporary buffers currently undergoing | 510 | * Doubly-linked circular list of temporary buffers currently undergoing |
| 505 | * IO in the log [j_list_lock] | 511 | * IO in the log [j_list_lock] |
| 506 | */ | 512 | */ |
| @@ -849,7 +855,7 @@ extern void journal_commit_transaction(journal_t *); | |||
| 849 | 855 | ||
| 850 | /* Checkpoint list management */ | 856 | /* Checkpoint list management */ |
| 851 | int __journal_clean_checkpoint_list(journal_t *journal); | 857 | int __journal_clean_checkpoint_list(journal_t *journal); |
| 852 | void __journal_remove_checkpoint(struct journal_head *); | 858 | int __journal_remove_checkpoint(struct journal_head *); |
| 853 | void __journal_insert_checkpoint(struct journal_head *, transaction_t *); | 859 | void __journal_insert_checkpoint(struct journal_head *, transaction_t *); |
| 854 | 860 | ||
| 855 | /* Buffer IO */ | 861 | /* Buffer IO */ |
