]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit699cbdd8302f8e59411f43aa01c1547ecf7b3716
tree03459412fbd62cd15338834c6be4d634b6ba19fb
parentd46a8187a54c56784eb699c66245af8c1087a8b1
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