From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: [PATCH 02/11] DIO: Fix a wrong comment Date: Mon, 1 Aug 2011 21:38:04 -0700 Message-ID: <1312259893-4548-3-git-send-email-andi@firstfloor.org> References: <1312259893-4548-1-git-send-email-andi@firstfloor.org> Cc: linux-fsdevel@vger.kernel.org, hch@infradead.org, Andi Kleen To: linux-kernel@vger.kernel.org Return-path: Received: from mga11.intel.com ([192.55.52.93]:31463 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767Ab1HBEiQ (ORCPT ); Tue, 2 Aug 2011 00:38:16 -0400 In-Reply-To: <1312259893-4548-1-git-send-email-andi@firstfloor.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Andi Kleen There's nothing on the stack, even before my changes. Signed-off-by: Andi Kleen --- fs/direct-io.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/direct-io.c b/fs/direct-io.c index 02943e3..18e1a14 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -39,7 +39,7 @@ /* * How many user pages to map in one call to get_user_pages(). This determines - * the size of a structure on the stack. + * the size of a structure in the slab cache */ #define DIO_PAGES 64 -- 1.7.4.4