diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index e9ac882868c0..964779a11a80 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -622,7 +622,6 @@ struct cgroup_subsys { struct list_head sibling; /* used when use_id == true */ struct idr idr; - spinlock_t id_lock; /* list of cftype_sets */ struct list_head cftsets; |