K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2018-10-09T01:10:50.111562Z K 7 svn:log V 586 Fix the pNFS server's reporting of disk space usage for the "#" case. The pNFS server would report the total disk space used and free for all of the DSs, even when certain DSs are assigned to the file system via the "#" suffix used in the "nfsd -p" option argument. This patch fixes this case. It only reports usage for the file system that the argument vnode resides on. This is consistent with the non-pNFS NFSv4 server. In NFSv4 it is possible to have subtrees on other file systems, but these are not included in the usage information for NFSv4. Approved by: re (gjb) END