svn commit: r234421 - head/sys/ufs/ufs

Jaakko Heinonen jh at FreeBSD.org
Wed Apr 18 15:19:01 UTC 2012


Author: jh
Date: Wed Apr 18 15:19:00 2012
New Revision: 234421
URL: http://svn.freebsd.org/changeset/base/234421

Log:
  The part about exec atime no longer applies in the comment.
  
  Pointed out by:	bde

Modified:
  head/sys/ufs/ufs/ufs_vnops.c

Modified: head/sys/ufs/ufs/ufs_vnops.c
==============================================================================
--- head/sys/ufs/ufs/ufs_vnops.c	Wed Apr 18 13:50:17 2012	(r234420)
+++ head/sys/ufs/ufs/ufs_vnops.c	Wed Apr 18 15:19:00 2012	(r234421)
@@ -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);


More information about the svn-src-all mailing list