From bfbb13c994c87d0453ca6bb826470ec99a909992 Mon Sep 17 00:00:00 2001 From: jmcp Date: Thu, 10 Jun 2010 16:27:13 -0700 Subject: backout 6930814: causes 6960023 --- usr/src/uts/common/fs/nfs/nfs_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/fs/nfs/nfs_auth.c') diff --git a/usr/src/uts/common/fs/nfs/nfs_auth.c b/usr/src/uts/common/fs/nfs/nfs_auth.c index 00a25566e4..d803531e09 100644 --- a/usr/src/uts/common/fs/nfs/nfs_auth.c +++ b/usr/src/uts/common/fs/nfs/nfs_auth.c @@ -1145,7 +1145,7 @@ exi_cache_reclaim(void *cdrarg) rw_enter(&exported_lock, RW_READER); for (i = 0; i < EXPTABLESIZE; i++) { - for (exi = exptable[i]; exi; exi = exi->fid_hash.next) { + for (exi = exptable[i]; exi; exi = exi->exi_hash) { exi_cache_trim(exi); } } -- cgit v1.2.3