Messages in this thread |  | | Date | Thu, 16 Nov 2000 12:49:06 -0500 (EST) | From | Alexander Viro <> | Subject | Re: [BUG] Inconsistent behaviour of rmdir |
| |
On Thu, 16 Nov 2000, Linus Torvalds wrote:
> The cwd is not the problem. The '.' is. > > The reason for that check is that allowing "rmdir(".")" confuses a lot of > UNIX programs, because it wasn't traditionally allowed.
Moreover, allowing it means that you overload the semantics of rmdir() (and rename(), where it becomes really nasty). And I'm not talking about the locking issues - the things become extremely nasty there, esp. in cases like foo/bar/., where bar is a symlink.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |