Subject: Re: kern/15397: regress/sys/fs/mkdir fails
To: None <netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 01/27/2002 23:17:08
In article <20020127215218.753E6986B@dr-evil.shagadelic.org>,
<thorpej@shagadelic.org> wrote:
>
>>Number: 15397
>>Category: kern
>>Synopsis: regress/sys/fs/mkdir fails
>>Confidential: no
>>Severity: critical
>>Priority: high
>>Responsible: kern-bug-people
>>State: open
>>Class: sw-bug
>>Submitter-Id: net
>>Arrival-Date: Sun Jan 27 13:53:00 PST 2002
>>Closed-Date:
>>Last-Modified:
>>Originator: Jason R. Thorpe
>>Release: NetBSD 1.5Z
>>Organization:
>Wasabi Systems, Inc.
>>Environment:
>
>
>System: NetBSD dr-evil 1.5Z NetBSD 1.5Z (DR-EVIL) #252: Sun Dec 9
>17:39:53 PST 2001
>thorpej@dr-evil:/u1/netbsd/src/sys/arch/i386/compile/DR-EVIL i386
>Architecture: i386
>Machine: i386
>>Description:
> The mkdir/rmdir regression test fails. We do not accept
> a trailing / at the end of a directory name when making
> or removing directories.
>
>>How-To-Repeat:
> Run test in regress/sys/fs/mkdir.
So that I understand how far this is going to go...
will open("foo/", O_CREAT, 0666); create a plain file? Or will
stat("foo/", &st); work after that?
christos