From owner-cvs-src@FreeBSD.ORG Mon Feb 18 10:24:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A91EB16A420; Mon, 18 Feb 2008 10:24:48 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82D6E13C442; Mon, 18 Feb 2008 10:24:48 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1IAOmUI089633; Mon, 18 Feb 2008 10:24:48 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1IAOmoF089632; Mon, 18 Feb 2008 10:24:48 GMT (envelope-from yar) Message-Id: <200802181024.m1IAOmoF089632@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 18 Feb 2008 10:24:48 +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/sbin/mount_nfs mount_nfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Feb 2008 10:24:48 -0000 yar 2008-02-18 10:24:48 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: Add a work-around to make it possible again to remount NFS root r/w. The real solution would be to bring the whole nmount(2) framework, including FS drivers and userland tools, into a consistent state at last; but things should work in the meantime, too. Reported by: kris Revision Changes Path 1.76 +9 -0 src/sbin/mount_nfs/mount_nfs.c