[PATCH] mremap MAP_NORESERVE not in flags
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.
Showing
Please register or sign in to comment