Jason Lunz:
> If I mount aufs with noxino, it doesn't work. But if I mount, then use
> -o remount,noxino, noxino is enabled.
> 
> This is a regression from earlier versions of aufs - mount with noxino
> worked for 20070312 and 20070709.

Yes, it is a bug.
Try this patch.
The line number may be different from the file of yours. In this case,
apply it manually please.

Junjiro Okajima

--- opts.c      2007/11/26 02:47:15     1.118
+++ opts.c      2007/11/30 02:24:33
@@ -1130,6 +1219,7 @@ static int au_opt_xino(struct super_bloc
                break;
        case Opt_noxino:
                xino_clr(sb);
+               *opt_xino = (void *)-1;
                break;
        }
 

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

Reply via email to