From 7f8af1b384cfdc2964a122953e4102b4d82e6cb1 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 18 Jun 2015 15:32:36 -0400 Subject: [PATCH] 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 --- src/afs/afs_analyze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5