This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: external/1502: rename ("foo", "nonemptybar") on NFS gets EBUSYwith Linux Kernel


The following reply was made to PR external/1502; it has been noted by GNATS.

From: Andrew Cagney <ac131313@redhat.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: external/1502: rename ("foo", "nonemptybar") on NFS gets EBUSY
 with Linux Kernel
Date: Mon, 12 Jan 2004 10:08:37 -0500

 Missing step in example:
 
 $ mkdir foo
 $ mkdir bar
 $ touch bar/baz            ****
 $ cat ...
 
 The attempt to rename of a directory to a non-empty directory should 
 return something like ENOTEMPTY but returns EBUSY on NFS.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]