• Hugh Dickins's avatar
    [PATCH] mremap MAP_NORESERVE not in flags · 4b07a3c5
    Hugh Dickins authored
    There is no point in do_mremap clearing MAP_NORESERVE from its flags:
    it has already validated that only the MREMAP_ flags can be set,
    and it has no use for MAP_NORESERVE in the code that follows anyway.
    4b07a3c5
mremap.c 9.61 KB