From owner-cvs-all Fri Sep 22 15:33:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8AFF37B424; Fri, 22 Sep 2000 15:33:13 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42808; Fri, 22 Sep 2000 15:33:13 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009222233.PAA42808@freefall.freebsd.org> From: Robert Watson Date: Fri, 22 Sep 2000 15:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/22 15:33:13 PDT Modified files: sys/kern vfs_vnops.c sys/sys vnode.h Log: o Introduce vn_extattr_rm(), a helper function in the style of vn_extattr_get() and vn_extattr_set(). vn_extattr_rm() removes the specified extended attribute from a vnode, authorizing the change as the kernel (NULL cred). Obtained from: TrustedBSD Project Revision Changes Path 1.102 +24 -1 src/sys/kern/vfs_vnops.c 1.128 +3 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message