From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [PATCH 01/11] DIO: Separate fields only used in the submission path from struct dio Date: Mon, 08 Aug 2011 15:46:27 -0400 Message-ID: References: <1312259893-4548-1-git-send-email-andi@firstfloor.org> <1312259893-4548-2-git-send-email-andi@firstfloor.org> <20110808194300.GN5782@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, Andi Kleen To: Andi Kleen Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11891 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140Ab1HHTqe (ORCPT ); Mon, 8 Aug 2011 15:46:34 -0400 In-Reply-To: <20110808194300.GN5782@one.firstfloor.org> (Andi Kleen's message of "Mon, 8 Aug 2011 21:43:00 +0200") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Andi Kleen writes: >> The pages array is only used on submission. Why did it land in the >> struct dio? > > It's too large for the stack. Heh. Right... Acked-by: Jeff Moyer