Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 23 Apr 2001 23:08:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 23 Apr 2001 23:07:52 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:16141 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Mon, 23 Apr 2001 23:07:44 -0400 Date: Mon, 23 Apr 2001 22:27:40 -0300 (BRT) From: Marcelo Tosatti To: Linus Torvalds Cc: lkml , Alexander Viro Subject: Re: [PATCH] Move __GFP_IO check in shrink_icache_memory to prune_icache() In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 23 Apr 2001, Marcelo Tosatti wrote: > > Linus, > > With the prune_icache() modifications which were integrated in pre5 there > is no more need to avoid non __GFP_IO allocations to go down to > prune_icache(). > > The following patch moves the __GFP_IO check down to prune_icache(), > allowing !__GFP_IO allocations to free clean unused inodes. Forget about this. We may have to write quota information back to disk while freeing the inode and then we are fucked. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/