bin/127932: [unionfs] mkdir -p PATH fails if a directory in PATH is on a read-only unionfs

jh at FreeBSD.org jh at FreeBSD.org
Thu Nov 5 18:29:44 UTC 2009


Old Synopsis: [patch] mkdir(1): mkdir -p PATH fails if a directory in PATH is on a read-only fs
New Synopsis: [unionfs] mkdir -p PATH fails if a directory in PATH is on a read-only unionfs

State-Changed-From-To: feedback->analyzed
State-Changed-By: jh
State-Changed-When: Thu Nov 5 18:20:45 UTC 2009
State-Changed-Why: 
Now I see how this can happen with unionfs: unionfs_lookup() returns EROFS
for CREATE namei operation when unionfs is mounted as read-only even if the
file exists.

I consider this a kernel (unionfs) problem and I don't think it's sensible to
patch mkdir(1).


Responsible-Changed-From-To: jh->freebsd-bugs
Responsible-Changed-By: jh
Responsible-Changed-When: Thu Nov 5 18:20:45 UTC 2009
Responsible-Changed-Why: 
Back to pool.

http://www.freebsd.org/cgi/query-pr.cgi?pr=127932


More information about the freebsd-bugs mailing list