X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fcgroup.h;h=5a85b3415c1b56b971f54a6f65e87ea1bf5e64af;hb=42aee6c495e07dba7410b863a360db6bb9ec6d66;hp=501adb1b2f439f9ec746ba9a83b1f243682a9237;hpb=d15d76448bb58c7832e954b6a8f1e301720b7866;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 501adb1..5a85b34 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -498,7 +498,7 @@ struct cgroup_subsys { struct list_head sibling; /* used when use_id == true */ struct idr idr; - rwlock_t id_lock; + spinlock_t id_lock; /* should be defined only by modular subsystems */ struct module *module;