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.8.0_pre1^2~61 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7f8af1b384cfdc2964a122953e4102b4d82e6cb1;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. Change-Id: I70ceca41342c1b47950c35f567f8ae5a2566f925 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 --- diff --git a/src/afs/afs_analyze.c b/src/afs/afs_analyze.c index 9eecf719b..c28d79405 100644 --- a/src/afs/afs_analyze.c +++ b/src/afs/afs_analyze.c @@ -276,8 +276,8 @@ afs_BlackListOnce(struct vrequest *areq, struct VenusFid *afid, /*! * \brief - * 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. * * \param[in] afid The FID of the file involved in the action. This argument * may be null if none was involved.