Skip to content

Commit ca23320

Browse files
committed
Merge branch 'for-6.6-fixes' into for-next
2 parents 5277311 + 13cc9ee commit ca23320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/cgroup-defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ struct css_set {
238238
* Lists running through all tasks using this cgroup group.
239239
* mg_tasks lists tasks which belong to this cset but are in the
240240
* process of being migrated out or in. Protected by
241-
* css_set_rwsem, but, during migration, once tasks are moved to
241+
* css_set_lock, but, during migration, once tasks are moved to
242242
* mg_tasks, it can be read safely while holding cgroup_mutex.
243243
*/
244244
struct list_head tasks;

0 commit comments

Comments
 (0)