diff options
author | Dave Chinner <dchinner@redhat.com> | 2021-08-11 02:59:01 +0200 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-16 21:09:27 +0200 |
commit | 5112e2067bd94bd56aace4c7e4d45ff13b9152f8 (patch) | |
tree | 1f1aad65b7f7f1bbca45996b70ee0af910b44a9d /fs/stat.c | |
parent | xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() (diff) | |
download | linux-5112e2067bd94bd56aace4c7e4d45ff13b9152f8.tar.xz linux-5112e2067bd94bd56aace4c7e4d45ff13b9152f8.zip |
xfs: XLOG_STATE_IOERROR must die
We don't need an iclog state field to tell us the log has been shut
down. We can just check the xlog_is_shutdown() instead. The avoids
the need to have shutdown overwrite the current iclog state while
being active used by the log code and so having to ensure that every
iclog state check handles XLOG_STATE_IOERROR appropriately.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/stat.c')
0 files changed, 0 insertions, 0 deletions