commit | 7d36c19538d38f9ff6b93d2a3d23ee879b076dc6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 07 10:37:13 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:07:01 2019 -0800 |
tree | fe8bf04bddb297059e7db80126f9db0bb63a31e2 | |
parent | 5837f62592ef7c07859a1b1a6e82030d85869f0f [diff] |
xfs: add xfs_verify_agino_or_null helper Add a new helper to check that a per-AG inode pointer is either null or points somewhere valid within that AG. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>