CVSROOT: /cvs
Module name: src
Changes by: damien@cvs.openbsd.org 2008/04/16 14:02:47
Modified files:
sys/nfs : nfs_subs.c
Log message:
more efficient use of mbufs in nfsm_uiotombuf().
allocate a mbuf cluster only if length is greater than MLEN
instead of MINCLSIZE.
ok blambert@, thib@