cvs commit: src/sys/nfsserver nfs_syscalls.c

Jeff Roberson jroberson at chesapeake.net
Sat Oct 4 10:44:57 PDT 2003


On Sat, 4 Oct 2003, Jeff Roberson wrote:

> jeff        2003/10/04 10:37:51 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/nfsserver        nfs_syscalls.c
>   Log:
>    - Set the sopt_dir member of the sockopt structure, otherwise, this parameter
>      will not actually be set even though we're calling sosetopt.  sosetopt
>      calls down to a single ctloutput function if the name or level is
>      implemented by a specific protocol.
>
>   Submitted by:   pete at isilon.com
>
>   Revision  Changes    Path
>   1.92      +2 -0      src/sys/nfsserver/nfs_syscalls.c
>

This was spotted due to the absence of TCP_NODELAY which was causing some
perf problems at isilon.  I dont know what the difference was but
apparently nfs is noticeably faster for them now.

Any isilon fellows listening in?

Cheers,
Jeff



More information about the cvs-src mailing list