[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1308770322-22565-3-git-send-email-andi@firstfloor.org>
Date: Wed, 22 Jun 2011 12:18:38 -0700
From: Andi Kleen <andi@...stfloor.org>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, dehrenberg@...gle.com,
Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH 2/6] DIO: Fix a wrong comment
From: Andi Kleen <ak@...ux.intel.com>
There's nothing on the stack, even before my changes.
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
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 e1360c6..823d2fe 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
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists