The part about exec atime no longer applies in the comment.

Pointed out by:	bde
This commit is contained in:
jh 2012-04-18 15:19:00 +00:00
parent 58e08d00ab
commit 60a904bd9e

View File

@ -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);