From: Andi Kleen Date: Tue, 2 Aug 2011 04:38:04 +0000 (-0700) Subject: direct-io: fix a wrong comment X-Git-Tag: firefly_0821_release~3680^2~4275^2~10 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cde1ecb3247f67c167918ea6326159209996fd54;p=firefly-linux-kernel-4.4.55.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