Index: lib_vfs.c =================================================================== --- lib_vfs.c (revision 24146) +++ lib_vfs.c (revision 24147) @@ -351,10 +351,6 @@ pcb_append_printf(&path, "%ld", gid); cb(ctx, path.array, 1); - cb_mkdir(cb, ctx, &path, "/p"); - cb_mkdir(cb, ctx, &path, "/p/layer_group"); - cb_mkdir(cb, ctx, &path, "/a"); - pcb_props_init(&pctx, PCB); vtl0_append(&pctx.layergrps, gid); vfs_list_props(&path, &pctx, cb, ctx);