From 672ce28b3470caa9f4ab53e82ddd77ea667823e4 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. 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 --- 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 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 -- 2.39.5