• L
    Allow arbitrary shared PFNMAP's · fb155c16
    Linus Torvalds 提交于
    A shared mapping doesn't cause COW-pages, so we don't need to worry
    about the whole vm_pgoff logic to decide if a PFN-remapped page has
    gone through COW or not.
    
    This makes it possible to entirely avoid the special "partial remapping"
    logic for the common case.
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    fb155c16
memory.c 64.9 KB