Re: [PATCH, RFC, v2] shmat: introduce flag SHM_MAP_HINT

From: Andi Kleen
Date: Tue Oct 07 2008 - 07:20:37 EST


> I want say that we shouldn't do this check if shmaddr is a search hint.
> I'm not sure that check is unneeded if shmadd is the exact address.

mmap should fail in this case because it does the same check for
MAP_FIXED. Obviously it cannot succeed when there is already something
else there.

-Andi

--
ak@xxxxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/