--- old/fs/nfs/super.c 2008-09-17 11:58:11.000000000 +0400 +++ new/fs/nfs/super.c 2008-09-17 15:48:13.000000000 +0400 @@ -792,6 +792,7 @@ static int nfs_get_sb(struct file_system struct ve_struct *ve; ve = get_exec_env(); + printk("%s: VE features are %016Lx\n", __func__, get_exec_env()->features); if (!ve_is_super(ve) && !(get_exec_env()->features & VE_FEATURE_NFS)) return -ENODEV; --- old/kernel/ve/vecalls.c 2008-09-17 11:58:25.000000000 +0400 +++ new/kernel/ve/vecalls.c 2008-09-17 15:17:49.000000000 +0400 @@ -1101,6 +1101,7 @@ static int init_ve_struct(struct ve_stru ve->class_id = class_id; ve->init_entry = init_tsk; ve->features = get_ve_features(data, datalen); + printk("%s: VE features are %016Lx\n", __func__, ve->features); INIT_LIST_HEAD(&ve->vetask_lh); init_rwsem(&ve->op_sem); #ifdef CONFIG_NET