Re: NFS client code calls sosend() directly...

2002-10-03 Thread John Polstra
In article <[EMAIL PROTECTED]>, Robert Watson <[EMAIL PROTECTED]> wrote: > On Wed, 2 Oct 2002, Garrett Wollman wrote: > > > < >said: > > > > > protocols have the option of implementing pru_sosend() using the central > > > sosend(), or providing their own optimized implementation. However, the

Re: NFS client code calls sosend() directly...

2002-10-03 Thread Bruce Evans
On Wed, 2 Oct 2002, Robert Watson wrote: > While I was reviewing the rest of the kernel tree, I also found... > > /cboss/p4/rwatson/trustedbsd/mac/sys/fs/fifofs/fifo_vnops.c: > > error = sosend(wso, (struct sockaddr *)0, ap->a_uio, 0, > > /cboss/p4/rwatson/trustedbsd/mac/sys/fs/portalfs/por

Re: NFS client code calls sosend() directly...

2002-10-02 Thread Robert Watson
On Wed, 2 Oct 2002, Garrett Wollman wrote: > < said: > > > protocols have the option of implementing pru_sosend() using the central > > sosend(), or providing their own optimized implementation. However, the > > exception to this appears to be in the nfsclient code, where sosend is > > invoked

Re: NFS client code calls sosend() directly...

2002-10-02 Thread Robert Watson
While I was reviewing the rest of the kernel tree, I also found... /cboss/p4/rwatson/trustedbsd/mac/sys/fs/fifofs/fifo_vnops.c: error = sosend(wso, (struct sockaddr *)0, ap->a_uio, 0, /cboss/p4/rwatson/trustedbsd/mac/sys/fs/portalfs/portal_vnops.c: error = sosend(so, (struct so