From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH 01/11] DIO: Separate fields only used in the submission path from struct dio Date: Mon, 8 Aug 2011 21:43:00 +0200 Message-ID: <20110808194300.GN5782@one.firstfloor.org> References: <1312259893-4548-1-git-send-email-andi@firstfloor.org> <1312259893-4548-2-git-send-email-andi@firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andi Kleen , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, Andi Kleen To: Jeff Moyer Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > The pages array is only used on submission. Why did it land in the > struct dio? It's too large for the stack. -Andi