hjfs: ignore atime on wstat
This commit is contained in:
parent
2502ba5acc
commit
a5589dda22
1 changed files with 0 additions and 2 deletions
|
@ -723,8 +723,6 @@ chanwstat(Chan *ch, Dir *di)
|
|||
if(di->length != d->size && !permcheck(ch->fs, d, ch->uid, OWRITE))
|
||||
goto perm;
|
||||
}
|
||||
if((ulong)~di->atime)
|
||||
goto inval;
|
||||
if((ulong)~di->mtime && !owner)
|
||||
goto perm;
|
||||
if((ulong)~di->mode && !owner)
|
||||
|
|
Loading…
Reference in a new issue