--- ./kernel/cpt/cpt_files.c.ext 2007-11-30 17:13:47.000000000 +0300 +++ ./kernel/cpt/cpt_files.c 2007-12-05 15:34:17.000000000 +0300 @@ -1548,6 +1548,7 @@ static int dump_vfsmount(struct vfsmount v.cpt_mntflags = mnt->mnt_flags; if (top_beancounter(slab_ub(mnt)) != top_beancounter(get_exec_ub())) { + eprintk_ctx("external mount: mnt %s %s %s, mnt_ub %d, exec_ub %d\n", mnt->mnt_devname ? : "none", path, mnt->mnt_sb->s_type->name, top_beancounter(slab_ub(mnt))->ub_uid, top_beancounter(get_exec_ub())->ub_uid); v.cpt_mntflags |= CPT_MNT_EXT; } else { if (mnt->mnt_root != mnt->mnt_sb->s_root || loopy_root(mnt))