Shaya Potter wrote:
the same can seemingly be applied to rename, as a whiteout would presumambly have to be created in some situatins, but I don't see where that is? Since it didnt affect what I needed, didn't look too hard into it.

just actually looked at rename, it seems to do the right thing already


        /* Create whiteout for source, only if:
         * (1) There is more than one underlying instance of source.
         * (2) We did a copy_up
         */
        if ((old_bstart != old_bend) || (do_copyup != -1)) {

though I think overloading do_copyup (which sounds like a boolean) w/ a bindex for copyup is a bit confusing.
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to