diff options
author | Dave Chinner <david@fromorbit.com> | 2022-04-21 10:46:33 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-04-21 10:46:33 +1000 |
commit | 722db70fb2f03ef9ff21cd5194e9f592701e1be6 (patch) | |
tree | 258e3a5f9b9606f647cf7ff2cb8c3065703e1aa6 /fs/xfs/xfs_trace.h | |
parent | 0d1b97696696871dc42dfc59d527a0b68b1a1209 (diff) | |
download | linux-722db70fb2f03ef9ff21cd5194e9f592701e1be6.tar.gz linux-722db70fb2f03ef9ff21cd5194e9f592701e1be6.tar.bz2 linux-722db70fb2f03ef9ff21cd5194e9f592701e1be6.zip |
xfs: convert btree buffer log flags to unsigned.
5.18 w/ std=gnu11 compiled with gcc-5 wants flags stored in unsigned
fields to be unsigned.
We also pass the fields to log to xfs_btree_offsets() as a uint32_t
all cases now. I have no idea why we made that parameter a int64_t
in the first place, but while we are fixing this up change it to
a uint32_t field, 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>
Diffstat (limited to 'fs/xfs/xfs_trace.h')
0 files changed, 0 insertions, 0 deletions