hjfs: ignore atime on wstat

This commit is contained in:
ppatience0 2013-06-01 16:56:24 -04:00
parent 2502ba5acc
commit a5589dda22

View file

@ -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)