[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46F9CFD4.3020001@google.com>
Date: Tue, 25 Sep 2007 20:19:48 -0700
From: Paul Menage <menage@...gle.com>
To: akpm@...ux-foundation.org, containers@...ts.linux-foundation.org
CC: linux-kernel@...r.kernel.org
Subject: [PATCH] Fix cgroup_create_dir() comments
Comment fixed, to match the actual arguments.
Signed-off-by: Balaji Rao <balajirao@...il.com>
Signed-off-by: Paul Menage <menage@...gle.com>
---
kernel/cgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: container-2.6.23-rc8-mm1/kernel/cgroup.c
===================================================================
--- container-2.6.23-rc8-mm1.orig/kernel/cgroup.c
+++ container-2.6.23-rc8-mm1/kernel/cgroup.c
@@ -1569,7 +1569,7 @@ static int cgroup_create_file(struct den
* cont: the cgroup we create the directory for.
* It must have a valid ->parent field
* And we are going to fill its ->dentry field.
- * name: The name to give to the cgroup directory. Will be copied.
+ * dentry: dentry of the new container
* mode: mode to set on new directory.
*/
static int cgroup_create_dir(struct cgroup *cont, struct dentry *dentry,
-
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