File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6246,6 +6246,7 @@ static struct cgroup *cgroup_v1v2_get_from_file(struct file *f)
6246
6246
/**
6247
6247
* cgroup_get_from_file - same as cgroup_v1v2_get_from_file, but only supports
6248
6248
* cgroup2.
6249
+ * @f: file corresponding to cgroup2_dir
6249
6250
*/
6250
6251
static struct cgroup * cgroup_get_from_file (struct file * f )
6251
6252
{
@@ -6753,7 +6754,7 @@ struct cgroup *cgroup_get_from_path(const char *path)
6753
6754
EXPORT_SYMBOL_GPL (cgroup_get_from_path );
6754
6755
6755
6756
/**
6756
- * cgroup_get_from_fd - get a cgroup pointer from a fd
6757
+ * cgroup_v1v2_get_from_fd - get a cgroup pointer from a fd
6757
6758
* @fd: fd obtained by open(cgroup_dir)
6758
6759
*
6759
6760
* Find the cgroup from a fd which should be obtained
@@ -6778,6 +6779,7 @@ struct cgroup *cgroup_v1v2_get_from_fd(int fd)
6778
6779
/**
6779
6780
* cgroup_get_from_fd - same as cgroup_v1v2_get_from_fd, but only supports
6780
6781
* cgroup2.
6782
+ * @fd: fd obtained by open(cgroup2_dir)
6781
6783
*/
6782
6784
struct cgroup * cgroup_get_from_fd (int fd )
6783
6785
{
You can’t perform that action at this time.
0 commit comments