From owner-svn-src-all@FreeBSD.ORG Wed Jun 1 19:53:01 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6C981065676; Wed, 1 Jun 2011 19:53:01 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2185D8FC12; Wed, 1 Jun 2011 19:53:00 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap0EAMGX5k2DaFvO/2dsb2JhbABThEmiW4hxrheQUIErg2yBCQSQVY9H X-IronPort-AV: E=Sophos;i="4.65,305,1304308800"; d="scan'208";a="126560145" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 01 Jun 2011 15:53:00 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 235E5B3F3D; Wed, 1 Jun 2011 15:53:00 -0400 (EDT) Date: Wed, 1 Jun 2011 15:53:00 -0400 (EDT) From: Rick Macklem To: Bruce Evans Message-ID: <964931290.106769.1306957980133.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <20110601210748.R1599@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org, Robert Watson , Kostik Belousov , Rick Macklem Subject: Re: svn commit: r222466 - head/sbin/umount X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2011 19:53:01 -0000 > > Did you have to change VFS_SYNC() to pass the forced-dismount flag? I > don't like that, but see the problem: VFS_SYNC(XXX_WAIT) should > normally > just try to sync everything, but return an error if this is > impossible, > but for an nfs server it would take too long to determine that it is > impossible. > It just checks MNTK_UNMOUNTF being set in mnt_kern_flag.