From f25734e9226232e03a397e0eded9a873ea0dfaa8 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sun, 15 Jul 2012 22:47:51 -0400 Subject: [PATCH] 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 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- src/afs/afs_vcache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 59762fb653..350ba78af2 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -852,7 +852,6 @@ afs_FlushAllVCaches(void) if (slept) { goto retry; } - tvc = nvc; } }