* [PATCH] Fix cgroup_create_dir() comments
@ 2007-09-26 3:19 Paul Menage
0 siblings, 0 replies; only message in thread
From: Paul Menage @ 2007-09-26 3:19 UTC (permalink / raw)
To: akpm, containers; +Cc: linux-kernel
Comment fixed, to match the actual arguments.
Signed-off-by: Balaji Rao <balajirao@gmail.com>
Signed-off-by: Paul Menage <menage@google.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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-26 3:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 3:19 [PATCH] Fix cgroup_create_dir() comments Paul Menage
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox