Simplify comment to remove multiple negative and passive voice.

This commit is contained in:
Warner Losh 2014-07-23 16:18:54 +00:00
parent 1efe717e13
commit ddd812b850

View File

@ -382,8 +382,7 @@ relock:
/*
* If immutable bit set, nobody gets to write it. "& ~VADMIN_PERMS"
* is here, because without it, * it would be impossible for the owner
* to remove the IMMUTABLE flag.
* permits the owner of the file to remove the IMMUTABLE flag.
*/
if ((accmode & (VMODIFY_PERMS & ~VADMIN_PERMS)) &&
(ip->i_flags & (IMMUTABLE | SF_SNAPSHOT)))