freebsd-dev/sys/miscfs
Doug Rabson a76decc6f7 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.
2001-03-03 15:15:33 +00:00
..
deadfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
fdesc Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
fifofs Extend kqueue down to the device layer. 2001-02-15 16:34:11 +00:00
nullfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
portal Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
procfs Remove the copyinstr call which was trying to copy the pathname in from 2001-03-03 15:15:33 +00:00
specfs Extend kqueue down to the device layer. 2001-02-15 16:34:11 +00:00
umapfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
union Reviewed by: jlemon 2001-03-01 21:00:17 +00:00