• Hugh Dickins's avatar
    [PATCH] shmem_file_setup when MAP_NORESERVE · d9acf5fe
    Hugh Dickins authored
    If we support mmap MAP_NORESERVE, we should support it on shared
    anonymous objects: too bad that needs a few changes.  do_mmap_pgoff pass
    VM_ACCOUNT (or not) down to shmem_file_setup, flag stored into shmem
    info, for use by shmem_delete_inode later.  Also removed a harmless but
    pointless call to shmem_truncate.
    d9acf5fe
mmap.c 32.2 KB