From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 31 08:51:54 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68EA71065679; Sat, 31 Oct 2009 08:51:54 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF1E8FC0A; Sat, 31 Oct 2009 08:51:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9V8psR3050907; Sat, 31 Oct 2009 08:51:54 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9V8prd8050902; Sat, 31 Oct 2009 08:51:53 GMT (envelope-from jh) Date: Sat, 31 Oct 2009 08:51:53 GMT Message-Id: <200910310851.n9V8prd8050902@freefall.freebsd.org> To: tt@kyon.de, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jh@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: bin/127932: [patch] mkdir(1): mkdir -p PATH fails if a directory in PATH is on a read-only fs 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: Sat, 31 Oct 2009 08:51:54 -0000 Synopsis: [patch] mkdir(1): mkdir -p PATH fails if a directory in PATH is on a read-only fs State-Changed-From-To: open->feedback State-Changed-By: jh State-Changed-When: Sat Oct 31 08:47:40 UTC 2009 State-Changed-Why: I was unable to reproduce the problem. I don't see how mkdir(2) could return EROFS if the file exists (even on read-only file system). Thus I don't see the need to patch mkdir(1). Can you still reproduce the problem? Responsible-Changed-From-To: freebsd-bugs->jh Responsible-Changed-By: jh Responsible-Changed-When: Sat Oct 31 08:47:40 UTC 2009 Responsible-Changed-Why: Track. http://www.freebsd.org/cgi/query-pr.cgi?pr=127932