diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-08-01 21:38:04 -0700 |
---|---|---|
committer | root <root@serles.lst.de> | 2011-10-28 14:58:56 +0200 |
commit | cde1ecb3247f67c167918ea6326159209996fd54 (patch) | |
tree | 6759169c8898d0b63cbe338c682b8f2aeefad444 /fs | |
parent | eb28be2b4c0a0608e54f0a8fc237372c674eb7d0 (diff) | |
download | linux-3.10-cde1ecb3247f67c167918ea6326159209996fd54.tar.gz linux-3.10-cde1ecb3247f67c167918ea6326159209996fd54.tar.bz2 linux-3.10-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/direct-io.c b/fs/direct-io.c index 02ccf766903..c1e03ae961a 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 |