projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb28be2
)
direct-io: fix a wrong comment
author
Andi Kleen
<ak@linux.intel.com>
Tue, 2 Aug 2011 04:38:04 +0000
(21:38 -0700)
committer
root
<root@serles.lst.de>
Fri, 28 Oct 2011 12:58:56 +0000
(14:58 +0200)
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>
fs/direct-io.c
patch
|
blob
|
history
diff --git
a/fs/direct-io.c
b/fs/direct-io.c
index 02ccf766903c0e3ce69c06629740f55d1c94ac1f..c1e03ae961af07e5bf87a6cc4773de96ee9a95fb 100644
(file)
--- 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