From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 23 May 2002 23:24:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 23 May 2002 23:24:40 -0400 Received: from holomorphy.com ([66.224.33.161]:9627 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Thu, 23 May 2002 23:24:39 -0400 Date: Thu, 23 May 2002 20:24:30 -0700 From: William Lee Irwin III To: Benjamin LaHaise Cc: linux-fsdevel@vger.kernel.org, Linux Kernel Subject: Re: [PATCH] loop.c forgot a kmap Message-ID: <20020524032430.GC2035@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Benjamin LaHaise , linux-fsdevel@vger.kernel.org, Linux Kernel In-Reply-To: <20020523232024.A2917@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: brief message Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@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