Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/nfs



Module Name:    syssrc
Committed By:   gmcgarry
Date:           Sun Jul  1 02:13:36 UTC 2001

Modified Files:
        syssrc/sys/nfs: nfs.h nfs_vfsops.c

Log Message:
Introduce NFS_DEFAULT_NIOTHREADS to define the default number
of nfs_niothreads instead of hard-coding 4.

This change has the advantage that the default can be specified
at compile time.  If the root filesystem is mounted over NFS
we don't have an opportunity to use the syscall to limit the
number of threads.  Useful on small-memory machines.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/nfs/nfs.h
cvs rdiff -r1.103 -r1.104 syssrc/sys/nfs/nfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index