aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2011-08-01 21:38:04 -0700
committerroot <root@serles.lst.de>2011-10-28 14:58:56 +0200
commitcde1ecb3247f67c167918ea6326159209996fd54 (patch)
tree6759169c8898d0b63cbe338c682b8f2aeefad444 /fs
parentdirect-io: separate fields only used in the submission path from struct dio (diff)
downloadlinux-dev-cde1ecb3247f67c167918ea6326159209996fd54.tar.xz
linux-dev-cde1ecb3247f67c167918ea6326159209996fd54.zip
direct-io: fix a wrong comment
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> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/direct-io.c2
1 files changed, 1 insertions, 1 deletions
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