Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   thorpej
Date:           Sat Mar  9 01:46:33 UTC 2002

Modified Files:
        syssrc/sys/kern: uipc_mbuf.c
        syssrc/sys/sys: mbuf.h

Log Message:
Make mbpool and mclpool use the new drain hook facaility.  Adjust
m_reclaim() to match the drain hook signature.  This allows us to
delete m_retry() and m_retryhdr(), as the pool allocator will now
perform the reclaimation step for us.

>From art%openbsd.org.@localhost


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.63 -r1.64 syssrc/sys/sys/mbuf.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