From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 25 06:14:30 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A37B16A406; Thu, 25 Jan 2007 06:14:30 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA1B13C480; Thu, 25 Jan 2007 06:14:30 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from freefall.freebsd.org (rodrigc@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0P6EU1R035092; Thu, 25 Jan 2007 06:14:30 GMT (envelope-from rodrigc@freefall.freebsd.org) Received: (from rodrigc@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0P6ERdi035088; Thu, 25 Jan 2007 06:14:27 GMT (envelope-from rodrigc) Date: Thu, 25 Jan 2007 06:14:27 GMT From: Craig Rodrigues Message-Id: <200701250614.l0P6ERdi035088@freefall.freebsd.org> To: lapo@lapo.it, rodrigc@FreeBSD.org, freebsd-bugs@FreeBSD.org, rodrigc@FreeBSD.org Cc: Subject: Re: bin/102745: "mount -o snapshot" removes any existing "-o" option from the mount X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 06:14:30 -0000 Synopsis: "mount -o snapshot" removes any existing "-o" option from the mount State-Changed-From-To: open->patched State-Changed-By: rodrigc State-Changed-When: Thu Jan 25 06:12:21 UTC 2007 State-Changed-Why: In CURRENT, "mount -u -o snapshot" does not remove the "acls" mount option on an existing mount. However, the behavior described in this PR still exists in RELENG_6. There has been a lot of refactoring of the mount code in CURRENT, and not all of these fixes have made it to RELENG_6. Responsible-Changed-From-To: freebsd-bugs->rodrigc Responsible-Changed-By: rodrigc Responsible-Changed-When: Thu Jan 25 06:12:21 UTC 2007 Responsible-Changed-Why: In CURRENT, "mount -u -o snapshot" does not remove the "acls" mount option on an existing mount. However, the behavior described in this PR still exists in RELENG_6. There has been a lot of refactoring of the mount code in CURRENT, and not all of these fixes have made it to RELENG_6. http://www.freebsd.org/cgi/query-pr.cgi?pr=102745