From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Thu, 13 Nov 2008 11:29:33 -0600 Subject: [Cluster-devel] Re: [DLM] Fix up memory alloc/kmap In-Reply-To: <1226570178.3525.23.camel@localhost.localdomain> References: <1224860742.25004.130.camel@quoit> <1226401377.9571.2.camel@quoit> <20081112231410.GF29551@redhat.com> <1226570178.3525.23.camel@localhost.localdomain> Message-ID: <20081113172933.GA13163@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Nov 13, 2008 at 09:56:18AM +0000, Steven Whitehouse wrote: > It is left as an exercise for the reader to consider whether its a bug > that DLM isn't using highmem pages for its internal buffers (in which > case we'd have to solve the allocation problem at kmap time), or whether > its a bug that the kmap/kunmap pairs are there at all (and can thus be > removed, which is the simpler solution) :-) Thanks, I'll remove all the kmap/kunmap calls, then.