From: Jeff R. <dv...@us...> - 2011-10-07 17:06:19
|
Update of /cvsroot/aolserver/aolserver In directory vz-cvs-4.sog:/tmp/cvs-serv24216 Modified Files: ChangeLog Log Message: apply patch from John Caruso to avoid fastpath caching a file that has been modified too recently and possibly colliding inodes Index: ChangeLog =================================================================== RCS file: /cvsroot/aolserver/aolserver/ChangeLog,v retrieving revision 1.400 retrieving revision 1.401 diff -C2 -d -r1.400 -r1.401 *** ChangeLog 28 Sep 2011 05:50:47 -0000 1.400 --- ChangeLog 7 Oct 2011 17:06:16 -0000 1.401 *************** *** 1,2 **** --- 1,10 ---- + 2011-10-07 Jeff Rogers <dv...@di...> + * nsd/nsd.h: + * nsd/fastpath.c: + * nsd/server.c: apply patch from John Caruso to avoid fastpath + caching a file that has been modified too recently and possibly + colliding inodes. Added new fastpath config option "cacheminage" + to control timing. + 2011-09-27 Jeff Rogers <dv...@di...> * nsd/nsd.h: |