K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2017-05-22T22:02:06.969650Z K 7 svn:log V 197 MFC: r318287 Make nfscl_mtofh() return ENXIO when *nfhpp == NULL. r317272 introduced a case where nfscl_mtofh() could return 0 when *nfhpp is NULL. This patch makes it return ENXIO for this case. END