]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert scrub type flags to unsigned.
authorDave Chinner <dchinner@redhat.com>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commit03b0513265ef200fa46c37699211242167fab6b8
tree6cb4394281a404d171056564ecd0b09c4acbc6ba
parenta204dd20ddbe306bdb3c497c43f029d42a08555b
xfs: convert scrub type flags to unsigned.

Source kernel commit: 79539c7c761ac6d00abd50d5f1e4390f5dc9af18

5.18 w/ std=gnu11 compiled with gcc-5 wants flags stored in unsigned
fields to be unsigned.

This touches xfs_fs.h so affects the user API, but the user API
fields are also unsigned so the flags should really be unsigned,
too.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_fs.h