• Andrew Morton's avatar
    [PATCH] fix mmap(MAP_LOCKED) · 859629c6
    Andrew Morton authored
    From Hubertus Franke.
    
    The MAP_LOCKED flag to mmap() currently does nothing.  Hubertus' patch
    fixes it so that the relevant mapping is locked into memory, if the
    called has CAP_IPC_LOCK.
    859629c6
mmap.c 33.7 KB