From: Andi Kleen Date: Tue, 2 Aug 2011 04:38:04 +0000 (-0700) Subject: direct-io: fix a wrong comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cde1ecb3247f67c167918ea6326159209996fd54;p=linux-beck.git direct-io: fix a wrong comment There's nothing on the stack, even before my changes. Signed-off-by: Andi Kleen Acked-by: Jeff Moyer Signed-off-by: Christoph Hellwig --- diff --git a/fs/direct-io.c b/fs/direct-io.c index 02ccf766903c..c1e03ae961af 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