summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c
index 7399470..7f8ab18 100644
--- a/sys/nfsclient/nfs_vnops.c
+++ b/sys/nfsclient/nfs_vnops.c
@@ -707,9 +707,9 @@ nfs_setattr(struct vop_setattr_args *ap)
#endif
/*
- * Setting of flags and marking of atimes are not supported.
+ * Setting of flags is not supported.
*/
- if (vap->va_flags != VNOVAL || (vap->va_vaflags & VA_MARK_ATIME))
+ if (vap->va_flags != VNOVAL)
return (EOPNOTSUPP);
/*
OpenPOWER on IntegriCloud