From: Mark Vitale Date: Thu, 18 Jun 2015 19:32:36 +0000 (-0400) Subject: afs: incorrect comments for afs_ClearStatus X-Git-Tag: upstream/1.6.20^2~23 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=672ce28b3470caa9f4ab53e82ddd77ea667823e4;p=packages%2Fo%2Fopenafs.git afs: incorrect comments for afs_ClearStatus The brief description was identical to the one for afs_Analyze. Update it to accurately describe afs_ClearStatus. Reviewed-on: https://gerrit.openafs.org/12005 Reviewed-by: Perry Ruiter Reviewed-by: Mark Vitale Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk Tested-by: BuildBot (cherry picked from commit 7f8af1b384cfdc2964a122953e4102b4d82e6cb1) Change-Id: Icb99b61bb9ccf4d0362fc370aa4ab07cbf730b05 Reviewed-on: https://gerrit.openafs.org/12342 Tested-by: BuildBot Reviewed-by: Mark Vitale Reviewed-by: Stephan Wiesand --- diff --git a/src/afs/afs_analyze.c b/src/afs/afs_analyze.c index 58931ad53..a456cda75 100644 --- a/src/afs/afs_analyze.c +++ b/src/afs/afs_analyze.c @@ -282,8 +282,8 @@ afs_BlackListOnce(struct vrequest *areq, struct VenusFid *afid, * afs_ClearStatus * * Description: - * Analyze the outcome of an RPC operation, taking whatever support - * actions are necessary. + * Clear any cached status for the target FID of a failed fileserver + * write RPC. * * Arguments: * afid : The FID of the file involved in the action. This argument