Re: [PATCH] Re: ext2fs problem with rename() system call

Bernd Eckenfels (ecki@lina.inka.de)
Sun, 10 Jan 1999 16:58:14 +0100


In article <19990109080741.B4349@tantalophile.demon.co.uk> you wrote:
> Are you telling me that

> rename("a", "b") = 0
> lstat("a") = 0

> make sense? ;-)

moe than

rename("a", "b") = 0
lstat("b") = ENOENT

Greetings
Bernd

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/