summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2012-04-18 15:19:00 +0000
committerjh <jh@FreeBSD.org>2012-04-18 15:19:00 +0000
commit60a904bd9ea0ad8bda37c7ee226caf42dd2e011b (patch)
treeb1b7797d88362390c91b448d314170b319b7d15a /sys/ufs
parent58e08d00aba40aa9ca94b89dfc655297456baa6d (diff)
downloadFreeBSD-src-60a904bd9ea0ad8bda37c7ee226caf42dd2e011b.zip
FreeBSD-src-60a904bd9ea0ad8bda37c7ee226caf42dd2e011b.tar.gz
The part about exec atime no longer applies in the comment.
Pointed out by: bde
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index ac5b080..64fe3e4 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -573,9 +573,8 @@ ufs_setattr(ap)
}
/*
* If immutable or append, no one can change any of its attributes
- * except the ones already handled (exec atime and, in some cases
- * for the superuser, file flags including the immutability flags
- * themselves).
+ * except the ones already handled (in some cases, file flags
+ * including the immutability flags themselves for the superuser).
*/
if (ip->i_flags & (IMMUTABLE | APPEND))
return (EPERM);
OpenPOWER on IntegriCloud