> After deleting a file, re-create the file. The timestamp of the file is > old. It is a unionfs unlink/create minor bug, related to creating > whiteout by rename. > In this exapmle, 'file' is older than 'file2' while 'file' is created > after 'file2'.
And also uid, gid, permission bits and so on. It is not minor... Junjiro Okajima unionfs on /dev/shm/u type unionfs (rw,dirs=rw=rw:ro=ro,delete=all) $ cd /dev/shm/u $ ls -l --time-style=full-iso file file2 ls: file2: No such file or directory -rw-r--r-- 1 jro jro 4 2006-02-02 22:29:27.000000000 +0900 file $ sudo rm file $ sleep 1 $ > file2 $ > file $ ls -l --time-style=full-iso file file2 -rwxr-xr-x 1 root root 0 2006-02-02 22:29:27.000000000 +0900 file -rw-r--r-- 1 jro jro 0 2006-02-02 22:29:28.000000000 +0900 file2 _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
