]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: convert shutdown reasons to unsigned.
authorDave Chinner <dchinner@redhat.com>
Thu, 21 Apr 2022 00:47:38 +0000 (10:47 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 21 Apr 2022 00:47:38 +0000 (10:47 +1000)
commit9589e00b95e2ba8149b89ef02931e849670a4e1e
tree6f808ecf6e9f7fde546e94eced3a0e209481a829
parent66ec565d4ec8eb6702d284cfa478b65d1e1a3719
xfs: convert shutdown reasons 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/xfs_fsops.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_mount.h