K 10 svn:author V 7 rpokala K 8 svn:date V 27 2018-02-28T00:30:03.622534Z K 7 svn:log V 337 MFC r329682: mountd: Return proper errno values in a few error paths When attempting to mount a non-directory which exists, return ENOTDIR instead of ENOENT. If stat() or statfs() failed, don't pass part of the invalid (struct statfs) to ex_search(). In that same case, preserve the value of "bad" rather than overwriting with EACCES. END