commit | 86516eff3b09a5fd17e81d50925bbccc6a36beed | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Thu Feb 22 14:41:25 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 22 14:41:25 2018 -0800 |
tree | 5741c22fcd0ad28df935eaa1fc9dbede7b34c91f | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
xfs: use memset to initialize xfs_scrub_agfl_info Apparently different gcc versions have competing and incompatible notions of how to initialize at declaration, so just give up and fall back to the time-tested memset(). 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>