commit | 889eb55dd68f97729adccb8c06834b35e8bd9590 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 01 16:00:55 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 08 08:50:01 2020 -0700 |
tree | 980c8c0195d70b7f55f29f1daee1f540c5cceaa7 | |
parent | 86a37174138621a44c38621b69595e2cd67e5956 [diff] |
xfs: refactor intent item RECOVERED flag into the log item Rename XFS_{EFI,BUI,RUI,CUI}_RECOVERED to XFS_LI_RECOVERED so that we track recovery status in the log item, then get rid of the now unused flags fields in each of those log item types. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>