Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm
[firefly-linux-kernel-4.4.55.git] / include / linux / cgroup.h
index 501adb1b2f439f9ec746ba9a83b1f243682a9237..5a85b3415c1b56b971f54a6f65e87ea1bf5e64af 100644 (file)
@@ -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;