Simplify comment to remove multiple negative and passive voice.
This commit is contained in:
parent
1efe717e13
commit
ddd812b850
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user