From: Jeffrey Altman Date: Tue, 27 Dec 2011 01:46:46 +0000 (-0500) Subject: Windows: Request extents readability X-Git-Tag: upstream/1.8.0_pre1^2~2875 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e7ecda66eb2054012b4ec153a656ce674d6e70e4;p=packages%2Fo%2Fopenafs.git Windows: Request extents readability Two minor code modifications to make the code easier to read. Change-Id: I1cf72911ace4eff17c857cd000cb24fbe0f28c2b Reviewed-on: http://gerrit.openafs.org/6433 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsrdr/user/RDRFunction.c b/src/WINNT/afsrdr/user/RDRFunction.c index 48ebac314..0c24fe05d 100644 --- a/src/WINNT/afsrdr/user/RDRFunction.c +++ b/src/WINNT/afsrdr/user/RDRFunction.c @@ -2962,7 +2962,7 @@ RDR_BkgFetch(cm_scache_t *scp, afs_uint32 p1, afs_uint32 p2, afs_uint32 p3, afs_ * we need to re-queue this extent fetch. */ force_retry = 1; - continue; + break; } if (!rwheld) { @@ -3063,6 +3063,7 @@ RDR_BkgFetch(cm_scache_t *scp, afs_uint32 p1, afs_uint32 p2, afs_uint32 p3, afs_ * non-fatal errors. re-queue the exent */ code = CM_ERROR_RETRY; + force_retry = 1; } }