Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ccff1a4 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Theodore Ts'o
Browse files

jbd2: bitfields should be unsigned



This fixes sparse noise:
  error: dubious one-bit signed bitfield

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Cc: Jan Kara <jack@ucw.cz>
parent 487caeef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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