summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2009-08-18 04:38:04 +0200
committerTheodore Ts'o <tytso@mit.edu>2009-08-18 04:38:04 +0200
commit0ccff1a49def92d6b838a6da166c89004b3a4d0c (patch)
treecea3750b2b725b16a15b3d1c7d3534beb2e68f05
parentext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() (diff)
downloadlinux-0ccff1a49def92d6b838a6da166c89004b3a4d0c.tar.xz
linux-0ccff1a49def92d6b838a6da166c89004b3a4d0c.zip
jbd2: bitfields should be unsigned
This fixes sparse noise: error: dubious one-bit signed bitfield Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Jan Kara <jack@ucw.cz>
-rw-r--r--include/linux/jbd2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index d97eb652d6ca..52695d3dfd0b 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -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