cvs commit: src/sys/vm vm_mmap.c
Alan Cox
alc at cs.rice.edu
Mon Mar 15 09:07:20 PST 2004
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.
Regards,
Alan
More information about the cvs-all
mailing list