ext3: Use WRITE_SYNC for commits which are caused by fsync()
[pandora-kernel.git] / include / linux / jbd.h
index 64246dc..2c69431 100644 (file)
@@ -552,6 +552,11 @@ struct transaction_s
         */
        int t_handle_count;
 
+       /*
+        * This transaction is being forced and some process is
+        * waiting for it to finish.
+        */
+       int t_synchronous_commit:1;
 };
 
 /**