There might be a tiny bug with the file cache.
$ cd /nfs/mounted/dir
$ mkdir tst tst2
$ touch tst/a tst/b tst/c
$ ls tst
a b c
$ mv tst/* tst2/
$ ls tst2/
a b c c
$ ls tst2/
a b c
Seems like the last file move'd has a duplicate dir entry, which
disappears again after the first access to the directory list.
The bug does not show up on a cp, only mv.
Client is RH6.1 w/2.3.99pre3 kernel.
NFS server is RH6.0 w/knfsd-1.2.2.
-- LarsG.- 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/
This archive was generated by hypermail 2b29 : Fri Apr 07 2000 - 21:00:09 EST