From: Mark Vitale Date: Thu, 18 Jun 2015 19:54:28 +0000 (-0400) Subject: afs: document missing afs_Analyze parm X-Git-Tag: upstream/1.6.20^2~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c947f3b419b7c4a219d4d23f5ab8a8b0100aeb22;p=packages%2Fo%2Fopenafs.git afs: document missing afs_Analyze parm rxconn was missing from the comments; add it. Reviewed-on: https://gerrit.openafs.org/12004 Reviewed-by: Perry Ruiter Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit b3e85976936239e30d44da00bf28fbe8487f6998) Change-Id: I8a56824b9e14971b7e04698ef449daf3d8422889 Reviewed-on: https://gerrit.openafs.org/12341 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 dea580ba7..58931ad53 100644 --- a/src/afs/afs_analyze.c +++ b/src/afs/afs_analyze.c @@ -395,6 +395,7 @@ afs_PrintServerErrors(struct vrequest *areq, struct VenusFid *afid) * * Arguments: * aconn : Ptr to the relevant connection on which the call was made. + * rxconn: Ptr to the rx_connection * acode : The return code experienced by the RPC. * afid : The FID of the file involved in the action. This argument * may be null if none was involved.