Comment fixed, to match the actual arguments.

Signed-off-by: Balaji Rao <[EMAIL PROTECTED]>
Signed-off-by: Paul Menage <[EMAIL PROTECTED]>

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

Reply via email to