From fe069f6006d70a4e8160b64dd430aac7bcd08857 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 22 Sep 2009 16:48:02 -0700 Subject: [PATCH] --- yaml --- r: 164893 b: refs/heads/master c: 4fefce9abaeef0d6ec45e06a882db23a65135272 h: refs/heads/master i: 164891: 701d293aa2a88fb05a26a4c8957fa6426bc2ff8f v: v3 --- [refs] | 2 +- trunk/include/linux/jbd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }; /**