diff options
author | Brian Foster <bfoster@redhat.com> | 2019-02-07 10:45:48 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-11 16:07:01 -0800 |
commit | 8764f98351fa561296f70c3435a5cb1eb6272c39 (patch) | |
tree | a4f94adf68453c5b24d14a98377448ed490a64cc /arch/mips/generic | |
parent | 39708c20ab51337c3eb282a824eb0aaff7ebe2e1 (diff) | |
download | talos-op-linux-8764f98351fa561296f70c3435a5cb1eb6272c39.tar.gz talos-op-linux-8764f98351fa561296f70c3435a5cb1eb6272c39.zip |
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 'arch/mips/generic')
0 files changed, 0 insertions, 0 deletions