[PATCH] Fix cgroup_create_dir() comments

From: Paul Menage
Date: Tue Sep 25 2007 - 23:20:17 EST


Comment fixed, to match the actual arguments.

Signed-off-by: Balaji Rao <balajirao@xxxxxxxxx>
Signed-off-by: Paul Menage <menage@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/