Date: Wed, 23 Jul 2014 16:18:54 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269019 - head/sys/ufs/ufs Message-ID: <201407231618.s6NGIsMg040395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Jul 23 16:18:54 2014 New Revision: 269019 URL: http://svnweb.freebsd.org/changeset/base/269019 Log: Simplify comment to remove multiple negative and passive voice. Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_vnops.c ============================================================================== --- head/sys/ufs/ufs/ufs_vnops.c Wed Jul 23 16:18:51 2014 (r269018) +++ head/sys/ufs/ufs/ufs_vnops.c Wed Jul 23 16:18:54 2014 (r269019) @@ -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)))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231618.s6NGIsMg040395>