Re: [PATCH] open: O_DIRECTORY and O_CREAT together should fail

From: Al Viro
Date: Sat Sep 24 2005 - 02:06:55 EST


On Sat, Sep 24, 2005 at 08:41:05AM +0200, Miklos Szeredi wrote:
> > > Well yes. But I don't think anybody is using it, and if so they are
> > > clearly breaking the rules in man open(2):
> >
> > Be liberal in what you accept and all such... Everything else aside,
> > why bother?
>
> To conform to well defined semantics?

Well-defined is not exactly the word I'd use for that mess (example -
we still have the last remnant of ancient BSD idiocy in there; the last
case when dangling symlink is still traversed upon object creation,
everything else had been fixed since then).

And O_DIRECTORY is not the only flag that acquires or loses meaning
depending on O_CREAT - consider e.g. O_EXCL. It's a mess, of course,
but this mess is part of userland ABI. We tried to fix symlink idiocy,
BTW, on the assumption that nothing would be relying on it. Didn't
work...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/