K 10 svn:author V 3 dfr K 8 svn:date V 27 2001-03-03T15:15:33.000000Z K 7 svn:log V 348 Remove the copyinstr call which was trying to copy the pathname in from user space. It has already been copied in and mp->mnt_stat.f_mntonname has already been initialised by the caller. This fixes a panic on the alpha caused by the fact that the variable 'size' wasn't initialised because the call to copyinstr() bailed out with an EFAULT error. END