]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/jbd2.h
jbd2: bitfields should be unsigned
[linux-beck.git] / include / linux / jbd2.h
index d97eb652d6cabc48c543a51941237f2d6e4c780f..52695d3dfd0b2e672951902dac0830fc14a2a537 100644 (file)
@@ -652,7 +652,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;
 
        /*
         * For use by the filesystem to store fs-specific data