K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2021-11-20T22:57:11.034727Z K 7 svn:log V 516 nfsd: Fix f_bavail and f_ffree for NFSv4 when negative Since the NFS Space_available and Files_available are unsigned, the NFSv3 server sets them to 0 when negative, so that they do not appear to be large positive values for non-FreeBSD clients. This patch fixes the NFSv4 server to do the same. Found during a recent IEFT NFSv4 working group testing event. (cherry picked from commit d70ca5b00eede3367ce659a03b2f9cc9729cd0dd) Git Hash: 53cff1d4ddb9f46d9c68eb3ec1f81717f7a8767c Git Author: rmacklem@FreeBSD.org END