freebsd-dev/sys/fs
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
..
cd9660 Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
coda Mechanical change to use <sys/queue.h> macro API instead of 2001-02-04 13:13:25 +00:00
deadfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
devfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
fdescfs 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
hpfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
msdosfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
ntfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
nullfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
nwfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
portalfs 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
unionfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00