Merge branch 'next' into for-linus
[platform/kernel/linux-starfive.git] / include / linux / jbd2.h
index 4d248b3..8815a34 100644 (file)
@@ -649,6 +649,12 @@ 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;
+
+       /*
         * For use by the filesystem to store fs-specific data
         * structures associated with the transaction
         */