Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 1999 22:41:46 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        alc@cs.rice.edu, dick@tar.com
Cc:        current@FreeBSD.ORG
Subject:   Re: lockmgr panic with mmap()
Message-ID:  <199903021141.WAA03136@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Until you modify the map, an exclusive lock on the map is overkill.  Try
>using read locks.  (See vm_map_lookup.)
>
>In the meantime, I can't see any reason why mincore acquires an
>exclusive lock either.  (It never modifies the map.)  I'm going
>to remedy that.

Doesn't it modify the map indirectly vi subyte()?  I think it wants
to prevent modifications, but this is impossible.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903021141.WAA03136>