summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrian Foster <bfoster@redhat.com>2019-02-07 21:45:48 +0300
committerDarrick J. Wong <darrick.wong@oracle.com>2019-02-12 03:07:01 +0300
commit8764f98351fa561296f70c3435a5cb1eb6272c39 (patch)
treea4f94adf68453c5b24d14a98377448ed490a64cc /README
parent39708c20ab51337c3eb282a824eb0aaff7ebe2e1 (diff)
downloadlinux-8764f98351fa561296f70c3435a5cb1eb6272c39.tar.xz
xfs: factor xfs_da3_blkinfo verification into common helper
With the verifier magic value helper in place, we've left a bit more duplicate code across the verifiers that involve struct xfs_da3_blkinfo. This includes the da node, xattr leaf and dir leaf verifiers, all of which perform similar checks for v4 and v5 filesystems. Create a common helper to verify an xfs_da3_blkinfo structure, taking care to only access v5 fields where appropriate, and refactor the aforementioned verifiers to use the helper. No functional changes. Signed-off-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>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions