bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fakeroot problem


From: Roland McGrath
Subject: Re: fakeroot problem
Date: Sun, 5 May 2002 16:27:47 -0400 (EDT)

Oh, that EISDIR must be from opening with write permission in
netfs_attempt_lookup.  I made it check for EROFS or EISDIR as it does for
EACCES.  If there are other possible errors for an O_RDWR open that aren't
possible for a O_RDONLY open, we should check for those as well.  Or we
could make it just ignore any error except for some common cases like
ENOENT in the first two tries and only report the error on the third.  But
I'd rather not repeat the calls for most errors if we can avoid it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]