X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2FSOLARIS%2Fosi_vfsops.c;h=dbc76ab78bf72a0ecb730eabbc5040601173c294;hp=f923e4ef93da6917c576abca3d9cde9feabbef4b;hb=80fe111f0044aa7a67215ad92210dc72cb7eb2c0;hpb=330cc7c83bf8470e1e63f6e6d514f1e82008f167 diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index f923e4e..dbc76ab 100644 --- a/src/afs/SOLARIS/osi_vfsops.c +++ b/src/afs/SOLARIS/osi_vfsops.c @@ -80,18 +80,6 @@ afs_freevfs(void) afs_globalVFS = 0; - /* free mappings for all vcaches */ - for (i = 0; i < VCSIZE; i++) { - for (vc = afs_vhashT[i]; vc; vc = nvc) { - int fv_slept; - nvc = vc->hnext; - if (afs_FlushVCache(vc, &fv_slept)) { - afs_warn("afs_FlushVCache failed on 0x%llx\n", - (unsigned long long)vc); - } - } - } - afs_shutdown(); }