xfs: convert scrub type flags to unsigned.
authorDave Chinner <dchinner@redhat.com>
Thu, 21 Apr 2022 00:45:52 +0000 (10:45 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 21 Apr 2022 00:45:52 +0000 (10:45 +1000)
commit79539c7c761ac6d00abd50d5f1e4390f5dc9af18
tree03459412fbd62cd15338834c6be4d634b6ba19fb
parenta4d98629c93fdb312641dfc336a9bda56358ef72
xfs: convert scrub type flags to unsigned.

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>
fs/xfs/libxfs/xfs_fs.h