diff options
author | jmcp <James.McPherson@Sun.COM> | 2010-06-10 16:27:13 -0700 |
---|---|---|
committer | jmcp <James.McPherson@Sun.COM> | 2010-06-10 16:27:13 -0700 |
commit | bfbb13c994c87d0453ca6bb826470ec99a909992 (patch) | |
tree | ee27888ec698913e010e5b7b7bf487b6ce3f21f6 /usr/src/uts/common/fs/nfs/nfs_auth.c | |
parent | 44f92b7dbae22574cbeb46a120d108f45d9e2f29 (diff) | |
download | illumos-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.c | 2 |
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); } } |