summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/nfs/nfs_auth.c
diff options
context:
space:
mode:
authorjmcp <James.McPherson@Sun.COM>2010-06-10 16:27:13 -0700
committerjmcp <James.McPherson@Sun.COM>2010-06-10 16:27:13 -0700
commitbfbb13c994c87d0453ca6bb826470ec99a909992 (patch)
treeee27888ec698913e010e5b7b7bf487b6ce3f21f6 /usr/src/uts/common/fs/nfs/nfs_auth.c
parent44f92b7dbae22574cbeb46a120d108f45d9e2f29 (diff)
downloadillumos-gate-bfbb13c994c87d0453ca6bb826470ec99a909992.tar.gz
backout 6930814: causes 6960023
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs_auth.c')
-rw-r--r--usr/src/uts/common/fs/nfs/nfs_auth.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}