Back then I faced intermittent file-system corruptions for which setting
authormglocker <mglocker@openbsd.org>
Thu, 9 May 2024 08:24:09 +0000 (08:24 +0000)
committermglocker <mglocker@openbsd.org>
Thu, 9 May 2024 08:24:09 +0000 (08:24 +0000)
commitd30853d1570affeb90b41a48942756bd5c8d7654
tree6e5ac84d2c14c7fb75df608c6055f4b873dfd04e
parent3fcde4b2475b2df121fea711d6353c76d6c675fc
Back then I faced intermittent file-system corruptions for which setting
FUA (Force Unit Access) did help.  In the meantime it turned out that
those file-system corruptions were most likely caused by the slot issues.
Now that we fixed the slot management and limited to one slot for now,
remove FUA again, which increases the write performance significantly.
sys/dev/ic/ufshci.c