Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cache

rewrite.
This commit is contained in:
David Greenman 1995-03-19 09:33:51 +00:00
parent df9059a610
commit d7e3d98a5e

View File

@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_cache.c 8.3 (Berkeley) 8/22/94
* $Id: vfs_cache.c,v 1.10 1995/03/10 20:29:51 davidg Exp $
* $Id: vfs_cache.c,v 1.11 1995/03/12 02:01:20 phk Exp $
*/
#include <sys/param.h>
@ -305,7 +305,7 @@ cache_purgevfs(mp)
PURGE(ncp);
ncp = ncpp->lh_first;
} else {
ncp = ncp->nc_lru.tqe_next;
ncp = ncp->nc_hash.le_next;
}
}
}