Date: Mon, 13 Dec 1999 09:09:36 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_srvcache.c Message-ID: <199912131709.JAA99778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/12/13 09:09:35 PST Modified files: sys/nfs nfs_srvcache.c Log: Forgot a log message in the last commit. Fix an mbuf leak in nfs_srvcache.c related duplicate requests on a heavily loaded server. If a duplicate request is received while the previous request is still being processed from the cache, the previous mbuf chain in the cache will be replaced without first being freed. PR: kern/15222 Revision Changes Path 1.20 +1 -1 src/sys/nfs/nfs_srvcache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912131709.JAA99778>