]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: turn ic_state into an enum
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Oct 2019 17:36:43 +0000 (10:36 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commit1858bb0bec612df1bff11e982c5114ac398b0741
treec695b888df9c739467f59b64f71fd9b82b1fc8dc
parentfe9c0e77acc5e750f8a66ff61fafb50cfda91070
xfs: turn ic_state into an enum

ic_state really is a set of different states, even if the values are
encoded as non-conflicting bits and we sometimes use logical and
operations to check for them.  Switch all comparisms to check for
exact values (and use switch statements in a few places to make it
more clear) and turn the values into an implicitly enumerated enum
type.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_priv.h