mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
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>
This commit is contained in:
parent
eb28be2b4c
commit
cde1ecb324
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user