From owner-freebsd-fs Sat May 30 19:15:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14048 for freebsd-fs-outgoing; Sat, 30 May 1998 19:15:12 -0700 (PDT) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14042 for ; Sat, 30 May 1998 19:15:10 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id CAA19424 for ; Sun, 31 May 1998 02:15:08 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id EAA09918; Sun, 31 May 1998 04:14:46 +0200 (MET DST) Message-ID: <19980531041446.54449@follo.net> Date: Sun, 31 May 1998 04:14:46 +0200 From: Eivind Eklund To: fs@FreeBSD.ORG Subject: componentnames to VOPs Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any documentation as to whether these should be locked by namei() or not? Ie, I can fairly easily find that VOP_MKNOD() is always called with a locked componentname, but if I introduce this as a requirement (due to new vput() paramteres), is there anywhere I can document it? Or even avoid checking everywhere... Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message