commit | bfb3e9b9262d4b3e23c02d23db8e3c6bf8ea024b | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@sandeen.net> | Mon Jan 08 10:41:33 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:41:33 2018 -0800 |
tree | 2c6522997bf7e70b2ee8fe33a7c38ae8f78b8d59 | |
parent | a0158315964136d1a43c1a726ac4381ae3a76153 [diff] |
xfs: explicitly initialize meta_scrub_ops array by type An implicit mapping to type by order of initialization seems error-prone, and doesn't lend itself to cscope-ing. Also add sanity checks about size of array vs. max types, and a defensive check that ->scrub exists before using it. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>