commit | eca383fcd63b452cf533505154135da2a1f70227 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 29 13:10:44 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 31 13:18:09 2018 -0700 |
tree | dc18b1b8f176faae02e3822d937f58d8c5c8f1e5 | |
parent | 86d969b425d7ecf774799b70142b957dc267575b [diff] |
xfs: refactor superblock verifiers Split the superblock verifier into the common checks, the read-time checks, and the write-time check functions. No functional changes, but we're setting up to add more write-only checks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>