afs_vcache: remove redundant assignment in afs_FlushAllVCaches()

Don't do in the body of the loop that which the loop itself
already does.

Change-Id: I41b5cbee86ab783d59024d8961c933525a5128d7
Reviewed-on: http://gerrit.openafs.org/7780
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
Garrett Wollman 2012-07-15 22:47:51 -04:00 committed by Derrick Brashear
parent 4a6a95fdb4
commit f25734e922

View File

@ -852,7 +852,6 @@ afs_FlushAllVCaches(void)
if (slept) {
goto retry;
}
tvc = nvc;
}
}