From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Lee Irwin III Subject: Re: [PATCH] loop.c forgot a kmap Date: Thu, 23 May 2002 20:24:30 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20020524032430.GC2035@holomorphy.com> References: <20020523232024.A2917@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Linux Kernel Return-path: To: Benjamin LaHaise Content-Description: brief message Content-Disposition: inline In-Reply-To: <20020523232024.A2917@redhat.com> List-Id: linux-fsdevel.vger.kernel.org On Thu, May 23, 2002 at 11:20:25PM -0400, Benjamin LaHaise wrote: > The patch below fixes a bug in loop.c that causes highmem systems > to fail spectacularly when a page happens to be allocated in highmem > by replacing the use of page_address with a kmap/kunmap sequence. Looks good; IMHO it should be applied. Cheers, Bill