K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-12-13T17:09:34.000000Z K 7 svn:log V 354 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 END