HomeFreeBSD

Linux 6.6 compat: fix configure error with clang (#15558)

Description

Linux 6.6 compat: fix configure error with clang (#15558)

With Linux v6.6.x and clang 16, a configure step fails on a warning that
later results in an error while building, due to 'ts' being
uninitialized. Add a trivial initialization to silence the warning.

Signed-off-by: Jaron Kent-Dobias <jaron@kent-dobias.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>

Details

Provenance
Jaron Kent-Dobias <kentdobias@users.noreply.github.com>Authored on Nov 28 2023, 7:34 PM
GitHub <noreply@github.com>Committed on Nov 28 2023, 7:34 PM
Parents
rG688514e4704b: dmu_buf_will_clone: fix race in transition back to NOFILL
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGb3a985fa42de: Linux 6.6 compat: fix configure error with clang (#15558) (authored by Jaron Kent-Dobias <kentdobias@users.noreply.github.com>).Nov 28 2023, 7:34 PM