commit | 02b100fb83f9b0f8719deef6c4ed973b4d9ce00c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:46:22 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:47:16 2018 -0800 |
tree | 7851231aa2e3edf3865cb806d654bc07e3ab94aa | |
parent | bc9f2b7c8a732d896753709cc9d495780ba7e9f9 [diff] |
xfs: streamline defer op type handling There's no need to bundle a pointer to the defer op type into the defer op control structure. Instead, store the defer op type enum, which enables us to shorten some of the lines. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com>