diff --git a/[refs] b/[refs] index 62f10eb029a8..cf8b9ef4eb81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4255e4c1c41f906488ae4d3fa328a66695cf200 +refs/heads/master: 4fefce9abaeef0d6ec45e06a882db23a65135272 diff --git a/trunk/include/linux/jbd.h b/trunk/include/linux/jbd.h index a1187a0c99b4..331530cd3cc6 100644 --- a/trunk/include/linux/jbd.h +++ b/trunk/include/linux/jbd.h @@ -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; }; /**