Author :
krw
Date :
2023-12-20 13:37:25
Hash :daef0c50 Message :Don't create an sd(4) larger than what the namespace will allow.
A namespace must satisfy
size (nsze) >= capacity (ncap) >= utilization (nuse)
Use ncap for the sd(4) size when THINP is set and ncap < nsze.
Tweak some variable names in passing to make code clearer.
ok dlg@