]> Git Repo - linux.git/commit - fs/xfs/xfs_trans.h
xfs: remove XFS_LI_RECOVERED
authorDarrick J. Wong <[email protected]>
Mon, 28 Sep 2020 18:01:45 +0000 (11:01 -0700)
committerDarrick J. Wong <[email protected]>
Wed, 7 Oct 2020 15:40:27 +0000 (08:40 -0700)
commit901219bb25076ec0c43824dd2f3daa8c63a89184
tree707ce35e93aa34b8d86b555cf102176b80a47c98
parentb80b29d602a8879829fbf89115e9e6877806a2da
xfs: remove XFS_LI_RECOVERED

The ->iop_recover method of a log intent item removes the recovered
intent item from the AIL by logging an intent done item and committing
the transaction, so it's superfluous to have this flag check.  Nothing
else uses it, so get rid of the flag entirely.

Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_trans.h
This page took 0.063058 seconds and 4 git commands to generate.