From owner-cvs-all Wed Jun 6 16:34: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 7C12937B401; Wed, 6 Jun 2001 16:34:39 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56NYd430772; Wed, 6 Jun 2001 16:34:39 -0700 (PDT) (envelope-from tmm) Message-Id: <200106062334.f56NYd430772@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 6 Jun 2001 16:34:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/06/06 16:34:39 PDT Modified files: sys/kern vfs_syscalls.c Log: Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'ed to the operation parameter, not to the flags as it should be. Reviewed by: rwatson Revision Changes Path 1.194 +2 -2 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message