Plan 9 from Bell Labs 1993-03-04
1 files changed, 1 insertions(+), 10 deletions(-) M port/devmnt.c
M port/devmnt.c => port/devmnt.c +1 -10
@@ 262,16 262,7 @@ mntclone(Chan *c, Chan *nc) r->request.newfid = nc->fid; mountrpc(m, r); nc->type = c->type; nc->dev = c->dev; nc->qid = c->qid; nc->mode = c->mode; nc->flag = c->flag; nc->offset = c->offset; nc->mnt = c->mnt; nc->mountid = c->mountid; nc->aux = c->aux; nc->mchan = c->mchan; devclone(c, nc); nc->mqid = c->qid; incref(m);