Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2012 15:19:00 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234421 - head/sys/ufs/ufs
Message-ID:  <201204181519.q3IFJ0p4037238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204181519.q3IFJ0p4037238>