On Sat, Mar 20, 2004 at 08:34:27AM +0100, Jaromir Dolecek wrote: > You surely need to do lookup before deleting a file - you are > supposed to return ENOENT if it doesn't exist. While that's true for local file systems, the suggested optimizations certainly sounds right for remote file systems to me. Martin