Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Sat Sep 18 16:37:12 UTC 2004

Modified Files:
        src/sys/kern: vfs_bio.c
        src/sys/sys: buf.h param.h

Log Message:
fix allocbuf() O(n**2) behaviour where n is number of AGE buffers
by always tracking amount of buffers on a queue.
bump to 2.0H.


To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 src/sys/kern/vfs_bio.c
cvs rdiff -r1.73 -r1.74 src/sys/sys/buf.h
cvs rdiff -r1.199 -r1.200 src/sys/sys/param.h

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