FreeBSD-main-amd64-test - Build #20646 - Fixed

From: <jenkins-admin_at_FreeBSD.org>
Date: Sun, 13 Feb 2022 16:13:48 UTC
FreeBSD-main-amd64-test - Build #20646 (09d0a0fbe859e3fc7bbff0cf48c389b5e55b9e00) - Fixed

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/20646/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/20646/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/20646/console

Change summaries:
(Those commits are likely but not certainly responsible)

29ee49f66bb166f36424f4d2968b21bf7d573fa0 by mjg:
thread: remove dead store from thread_cow_update

b53133a7789b2cf17944a16248fbad4e75e6b432 by mjg:
proc: load/store p_cowgen using atomic primitives

4103c3cd5b8d1e04844f24720fe1a5de3f2206c7 by mjg:
fd: drop volatile keyword from refcounts

893d20c95ade6ae4b6a514bb003457ce8f2959fd by mjg:
fd: move fd table sizing out of fdinit

809f3121be660ac9f0605dd347b41b1b5e9ab195 by mjg:
fd: assign fd_freefile early when copying

60b699f99c81fcc182c2ac7a5182545016811393 by mjg:
fd: add FILEDESC_FOREACH_{FDE,FP}

5c3102506014035cb3489c55e4c481ae680a76db by mjg:
fd: use FILEDESC_FOREACH_{FDE,FP} where appropriate

6aa246e605b9528b23aaedf4b051b4672fb28829 by mjg:
vfs: convert vnsz2log to a macro

09d0a0fbe859e3fc7bbff0cf48c389b5e55b9e00 by dim:
bwi: Fix clang 14 warning about possible unaligned access