K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2019-12-13T00:14:12.903116Z K 7 svn:log V 300 r355677 requires that vop_stdioctl() be global so it can be called from NFS. r355677 modified the NFS client so that it does lseek(SEEK_DATA/SEEK_HOLE) for NFSv4.2, but calls vop_stdioctl() otherwise. As such, vop_stdioctl() needs to be a global function. Missed during the code merge for r355677. END