Date: Sat, 8 May 1999 22:01:03 -0400 (EDT) From: robert@fledge.watson.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/11596: namei(9) says inode, not vnode Message-ID: <199905090201.WAA08914@sleipnir.watson.org>
next in thread | raw e-mail | index | archive | help
>Number: 11596 >Category: docs >Synopsis: namei(9) says inode, not vnode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat May 8 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Robert Watson >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD-CURRENT, man page for namei >Description: LOCKLEAF Lock inode on return. This is a full lock of the vnode; you'll have to use VOP_UNLOCK(9) to release the lock (or use vput(9) to release the lock and do a vrele(9), all in one). Not all file systems have inodes, but they all seem to use namei. >How-To-Repeat: man namei >Fix: s/inode/vnode >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905090201.WAA08914>