cvs commit: src/sys/vm vm_mmap.c
Don Lewis
truckman at FreeBSD.org
Mon Mar 15 22:54:11 PST 2004
On 15 Mar, Alan Cox wrote:
> On Sun, Mar 14, 2004 at 10:36:55PM -0800, Don Lewis wrote:
>> truckman 2004/03/14 22:36:55 PST
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/vm vm_mmap.c
>> Log:
>> Remove redundant suser() check.
>>
>> Revision Changes Path
>> 1.183 +0 -4 src/sys/vm/vm_mmap.c
>
> I think the same would apply to munlockall(2). In general, I would
> encourage you to take a look at mlockall(2) and munlockall(2) with
> an eye toward reducing the stylistic differences in how mlock(2) and
> munlock(2) versus mlockall(2) and munlockall(2) are written.
The joys of an ever growing TODO list ...
More information about the cvs-src
mailing list