vserver 2.0 rc7
[linux-2.6.git] / include / linux / journal-head.h
index 8751663..8a62d1e 100644 (file)
@@ -31,6 +31,13 @@ struct journal_head {
         */
        unsigned b_jlist;
 
+       /*
+        * This flag signals the buffer has been modified by
+        * the currently running transaction
+        * [jbd_lock_bh_state()]
+        */
+       unsigned b_modified;
+
        /*
         * Copy of the buffer data frozen for writing to the log.
         * [jbd_lock_bh_state()]