On Sat, Feb 11, 2006 at 03:41:06PM +0900, [EMAIL PROTECTED] wrote: > > Josef Sipek: > > > $ mkdir a > > > $ sudo mkdir a/b > > > $ ls -al a > > > total 3 > > > drwxr-xr-x 3 jro jro 1024 Feb 10 17:02 . > > > drwxrwxrwx 22 jro jro 1024 Feb 10 17:02 .. > > > drwxr-xr-x 2 root root 1024 Feb 10 17:02 b > > > $ id > > > uid=1000(jro) gid=1000(jro) groups=1000(jro) > > > $ rmdir a/b > > > rmdir: `a/b': Directory not empty > > > > The d_revalidate patch from earlier makes the rmdir succeed (which as > > far as I know is the correct behavior.) > > Do you mean 'Directory not empty' is correct? or could you remove a/b?
rmdir a/b executes without any errors. Jeff. _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
