From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29029 invoked from network); 17 May 2021 16:08:54 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 17 May 2021 16:08:54 -0000 Received: from mail-qt1-f169.google.com ([209.85.160.169]) by 1ess; Mon May 17 12:03:37 -0400 2021 Received: by mail-qt1-f169.google.com with SMTP id c10so5186585qtx.10 for <9front@9front.org>; Mon, 17 May 2021 09:03:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:content-transfer-encoding:to:subject :from:date:mime-version:content-transfer-encoding; bh=j6bqGRRW7Qy+H58AESMJ5bjoJvD1mgtL9gCP2psJsTI=; b=g0OjsAIo3hATYdnWCEZP9jl6hZXDWwa+1puICGKcutxJh+nrI+BoewRnqN+M6huKpq VFNQAztFwhnhNUj1Z7RwA/YcpYEDXbqmEK4L9yJfITBeQovYWE3PLokaKpA2LtZDYwGf mdEMcVU4yoPI40uUQozHdj19vxmBftKtmUmlHeWHyZeX1bigRFrHVqHVuBTKWZGrfHpE z+RHifnxcY8LYAiqkk8JvoU75Lf97maDWDUpGCJatr2J9NR49cBpdoIOPlTeIkl9/NJs lRUpQd0PJxukm+uNO99s5SD45CCRX+VQtE24/GZ/H07SD6k0zS/PtQ2syCeWJTHFBHvv UJaA== X-Gm-Message-State: AOAM533EHF31GEVdb2nzr9QtPaH0T5AJPPMi4aq7YNvaKwdKLZ2gTgll 48K2iGElfI7FhuslsC5JPuXFz/c4p/I= X-Google-Smtp-Source: ABdhPJxY0wNP1oD9aQD2b8spAFEzyHeqeM7Vcrw6M6rC3bDczp+XMg4qn2K0s/1ViLjujwVZIloB9g== X-Received: by 2002:ac8:4b74:: with SMTP id g20mr193936qts.196.1621266991827; Mon, 17 May 2021 08:56:31 -0700 (PDT) Return-Path: Received: from santiago.9project.net ([66.42.81.205]) by smtp.gmail.com with ESMTPSA id f16sm6683038qth.79.2021.05.17.08.56.31 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 17 May 2021 08:56:31 -0700 (PDT) Message-ID: <3455FE019696B419862F82A1B9DDC013@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit To: 9front@9front.org From: kjn@9project.net Date: Mon, 17 May 2021 10:56:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: decentralized CSS-based hypervisor interface Subject: [9front] Patch for 9pfid(2) manpage Reply-To: 9front@9front.org Precedence: bulk I think we should mention the pointer to the Srv in 9pfid(2). This reference is useful, for example, when one needs to call srvrelease() and srvacquire() while handling requests. I didn't discover the pointer was available through the Req struct until I looked through the headers. diff -r 99d7d683afa4 sys/man/2/9pfid --- a/sys/man/2/9pfid Tue Apr 27 16:08:06 2021 +0200 +++ b/sys/man/2/9pfid Mon May 17 10:50:11 2021 -0500 @@ -51,6 +51,7 @@ Fid *fid; Fid *afid; Fid *newfid; + Srv *srv; \fI...\fP } Req; .fi