Martin Walter: > Just I saw that Junjiro's patch is not in the last snapshot 20051018-0013. > I am using it with 20051014-1448 without any problems. > So please insert it in the next snapshot.
Yes, it will be required for nfs users. And it has been merged. Thank you Charles and Martin. The patch I posted on October 7 is also required. I hope the patch will be merged, especially for iso9660 users. Junjiro Okajima before patch, $ ls -ld */dir */dir/f ls: */dir/f: No such file or directory dr-xr-xr-x 2 jro jro 1024 Oct 25 23:06 iso9660/dir/ drwxr-xr-x 2 jro jro 1024 Oct 25 23:06 tmpfs/dir/ drwxr-xr-x 2 jro jro 1024 Oct 25 23:06 union/dir/ $ touch union/dir/f touch: cannot touch `union/dir/f': Permission denied after patch, $ ls -ld */dir */dir/f ls: */dir/f: No such file or directory dr-xr-xr-x 2 jro jro 1024 Oct 25 23:12 iso9660/dir/ drwxr-xr-x 2 jro jro 1024 Oct 25 23:12 tmpfs/dir/ drwxr-xr-x 2 jro jro 1024 Oct 25 23:12 union/dir/ $ touch union/dir/f $ ls -ld */dir */dir/f dr-xr-xr-x 2 jro jro 1024 Oct 25 23:12 iso9660/dir/ drwxr-xr-x 2 jro jro 1024 Oct 25 23:13 tmpfs/dir/ -rw-r--r-- 1 jro jro 0 Oct 25 23:13 tmpfs/dir/f drwxr-xr-x 2 jro jro 1024 Oct 25 23:13 union/dir/ -rw-r--r-- 1 jro jro 0 Oct 25 23:13 union/dir/f _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
