diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-06-01 16:56:24 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-06-01 16:56:24 -0400 |
commit | a5589dda2257ba47139ae1af48502c34b0b11efb (patch) | |
tree | 3d5b5ad4ea5c6e8033da28f14e69224a19a05d92 /sys/src/cmd/hjfs | |
parent | 2502ba5accfe2f2839dfbd39ea75ff0e58edd670 (diff) |
hjfs: ignore atime on wstat
Diffstat (limited to 'sys/src/cmd/hjfs')
-rw-r--r-- | sys/src/cmd/hjfs/fs2.c | 2 |
1 files changed, 0 insertions, 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) |