commit | 13a8333339072b8654c1d2c75550ee9f41ee15de | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 30 12:52:21 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 04 09:03:16 2020 -0700 |
tree | 178b38fecfb8958d504dceccf07f4684b745ccd5 | |
parent | d367a868e46b025a8ced8e00ef2b3a3c2f3bf732 [diff] |
xfs: turn dfp_intent into a xfs_log_item All defer op instance place their own extension of the log item into the dfp_intent field. Replace that with a xfs_log_item to improve type safety and make the code easier to follow. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>