From owner-cvs-src@FreeBSD.ORG Mon Mar 8 14:57:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8323116A4CE; Mon, 8 Mar 2004 14:57:13 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 81F5943D31; Mon, 8 Mar 2004 14:57:12 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 8 Mar 2004 22:57:11 +0000 (GMT) To: Pawel Jakub Dawidek In-reply-to: Your message of "Mon, 08 Mar 2004 23:54:34 +0100." <20040308225434.GQ10864@darkness.comp.waw.pl> X-Request-Do: Date: Mon, 08 Mar 2004 22:57:11 +0000 From: David Malone Message-ID: <200403082257.aa78801@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 22:57:13 -0000 > Hmm, because it is on syscall level it works for NFS mounted partitions. Yep... > If you're talking about enforcing it on NFS server side, I don't think > it really matters. Wouldn't it be useful if you have non-FreeBSD clients, but would like to enforce this sort of policy? David.