From owner-cvs-all Sun Jan 7 13:38:42 2001 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 90C3137B404; Sun, 7 Jan 2001 13:38:26 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LcQK15422; Sun, 7 Jan 2001 13:38:26 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072138.f07LcQK15422@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 13:38:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 13:38:26 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use NULL as the credential, not 0, so as to make it more clear what's going on. Obtained from: TrustedBSD Project Revision Changes Path 1.17 +2 -2 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message