]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dio: fix a wrong comment
authorAndi Kleen <ak@linux.intel.com>
Wed, 5 Oct 2011 00:44:03 +0000 (11:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 14 Oct 2011 06:34:33 +0000 (17:34 +1100)
There's nothing on the stack, even before my changes.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/direct-io.c

index 14f8a82007e10587d99c50372e2f2ccbb04de56f..f96bc4b5ed5b78ce942e7b7ee7e2c5965f9a20df 100644 (file)
@@ -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