lib9p: remove duplicate variable assignment in createfile()
This commit is contained in:
parent
18046fd815
commit
e1f7e472cf
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ createfile(File *fp, char *name, char *uid, ulong perm, void *aux)
|
|||
if(perm & DMEXCL)
|
||||
f->qid.type |= QTEXCL;
|
||||
|
||||
f->mode = perm;
|
||||
f->atime = f->mtime = time(0);
|
||||
f->length = 0;
|
||||
f->parent = fp;
|
||||
|
|
Loading…
Reference in a new issue