xfs: convert da btree operations flags to unsigned.
authorDave Chinner <dchinner@redhat.com>
Thu, 21 Apr 2022 00:46:47 +0000 (10:46 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 21 Apr 2022 00:46:47 +0000 (10:46 +1000)
commit3402d931575f1fb0c6863eaad6595f55e6389eda
tree7ba5c14542cb72c9f0ff91c8bafd66d8d12aa6fb
parent581b4484475c14cf606cdc9d6cdecc98f7ab1be4
xfs: convert da btree operations flags to unsigned.

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

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_da_btree.h
fs/xfs/xfs_trace.h