"Jrgen_P._Tjern":
> Mounting with only xfs gives me the same error, /proc/mounts:
> /dev/sdd1 /vault/sdd xfs rw 0 0
> none /storage aufs rw,xino=3D/vault/sdd/.aufs.xino,br:/vault/sdd=3Drw 0 0
> 
> When you say 'a while', how long do you mean?

A typical use case of yours.
Or nothing, just mount and umount.


> Here're the oops:

Will you apply this patch and test umounting?


Junjiro Okajima


Index: fs/aufs/super.c
===================================================================
RCS file: /cvsroot/aufs/aufs/fs/aufs/super.c,v
retrieving revision 1.38
diff -u -p -r1.38 super.c
--- fs/aufs/super.c     26 Feb 2007 02:32:01 -0000      1.38
+++ fs/aufs/super.c     26 Feb 2007 05:22:51 -0000
@@ -235,6 +235,7 @@ static void aufs_umount_begin(struct sup
 #endif
 {
        struct super_block *sb = UmountBeginSb(arg);
+       printk("sb %p, sbinfo %p\n", sb, sb ? stosi(sb) : NULL);
 
        si_write_lock(sb);
        if (IS_MS(sb, MS_PLINK)) {

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Reply via email to