Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev
[firefly-linux-kernel-4.4.55.git] / include / linux / jbd.h
index a1187a0c99b42bf79533e164f6fea8d2f574eed1..331530cd3cc6563f8e2f12b35ef544d2763788e1 100644 (file)
@@ -556,7 +556,7 @@ struct transaction_s
         * This transaction is being forced and some process is
         * waiting for it to finish.
         */
-       int t_synchronous_commit:1;
+       unsigned int t_synchronous_commit:1;
 };
 
 /**