]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/journal-head.h
Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2
[net-next-2.6.git] / include / linux / journal-head.h
index bb70ebb6a2d5bd9f7435387bb2eb4fa91cbce166..525aac3c97dfeca86b1a6801d07aec59c9e8599d 100644 (file)
@@ -12,6 +12,8 @@
 
 typedef unsigned int           tid_t;          /* Unique transaction ID */
 typedef struct transaction_s   transaction_t;  /* Compound transaction type */
+
+
 struct buffer_head;
 
 struct journal_head {
@@ -87,6 +89,12 @@ struct journal_head {
         * [j_list_lock]
         */
        struct journal_head *b_cpnext, *b_cpprev;
+
+       /* Trigger type */
+       struct jbd2_buffer_trigger_type *b_triggers;
+
+       /* Trigger type for the committing transaction's frozen data */
+       struct jbd2_buffer_trigger_type *b_frozen_triggers;
 };
 
 #endif         /* JOURNAL_HEAD_H_INCLUDED */