Re: Re : vm: weird behaviour when munmapping

From: Hugh Dickins
Date: Mon Nov 20 2006 - 07:20:13 EST


On Mon, 20 Nov 2006, Francis Moreau wrote:
>
> I end up to see "open(B), close(B)" sequence when unmapping a part of
> the dumb device that I found strange. I think that "open(A') close(B)"
> can give more information to the driver and reflect that B is unmapped
> and A' is still mapped and becomes the new mapped area.
> But it's may be just me...

I think I do now get your point. But your way round doesn't really
reflect what's going on either: the range A' was already open and now
you open it again. Until there's some driver actually needing more
sophisticated treatment, let's just leave it the simple way it is.

Hugh
-
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/