From owner-cvs-all@FreeBSD.ORG Fri Feb 10 18:06:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC4116A426; Fri, 10 Feb 2006 18:06:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC2E43D53; Fri, 10 Feb 2006 18:06:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1AI6n1D033020; Fri, 10 Feb 2006 18:06:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1AI6nfw033019; Fri, 10 Feb 2006 18:06:49 GMT (envelope-from jhb) Message-Id: <200602101806.k1AI6nfw033019@repoman.freebsd.org> From: John Baldwin Date: Fri, 10 Feb 2006 18:06:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 18:06:51 -0000 jhb 2006-02-10 18:06:49 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vfsops.c Log: Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather than always turning it on along with any flags set in the lower mount. Tested by: kris Reviewed by: jeff MFC after: 3 days Revision Changes Path 1.77 +1 -1 src/sys/fs/nullfs/null_vfsops.c