From owner-freebsd-current@FreeBSD.ORG Mon May 2 16:08:47 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F24B16A4CE; Mon, 2 May 2005 16:08:47 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 7999D43D5A; Mon, 2 May 2005 16:08:46 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 2 May 2005 17:08:45 +0100 (BST) To: Danny Braniss In-Reply-To: Your message of "Mon, 02 May 2005 11:14:38 +0300." Date: Mon, 02 May 2005 17:08:44 +0100 From: Ian Dowse Message-ID: <200505021708.aa58927@salmon.maths.tcd.ie> cc: stable@freebsd.org cc: current@freebsd.org Subject: Re: MNT_USER? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 16:08:47 -0000 In message , Danny Braniss writes: > >after doing a mount_nfs as root (from the console or via su), statfs reports >that MNT_USER flags is set! this is also true with 5.4. It's a bug in the statfs reporting for NFS filesystems. It should be fixed now in -CURRENT (revision 1.174 of sys/nfsclient/nfs_vfsops.c). I'll merge this to -STABLE in a week or so. Ian