From a5589dda2257ba47139ae1af48502c34b0b11efb Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Sat, 1 Jun 2013 16:56:24 -0400 Subject: hjfs: ignore atime on wstat --- sys/src/cmd/hjfs/fs2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/src/cmd/hjfs/fs2.c b/sys/src/cmd/hjfs/fs2.c index a4a97c70c..d823222e5 100644 --- a/sys/src/cmd/hjfs/fs2.c +++ b/sys/src/cmd/hjfs/fs2.c @@ -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) -- cgit v1.2.3