From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: [PATCH 2/6] DIO: Fix a wrong comment Date: Wed, 22 Jun 2011 12:18:38 -0700 Message-ID: <1308770322-22565-3-git-send-email-andi@firstfloor.org> References: <1308770322-22565-1-git-send-email-andi@firstfloor.org> Cc: linux-kernel@vger.kernel.org, dehrenberg@google.com, Andi Kleen To: linux-fsdevel@vger.kernel.org Return-path: In-Reply-To: <1308770322-22565-1-git-send-email-andi@firstfloor.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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 e1360c6..823d2fe 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