[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / sched.h
index 6735c1cf334caba982d9a8dee39a9e70c8fe50de..eafe4a7b8237d902e31eef13aaacd212ea5b84f4 100644 (file)
@@ -466,7 +466,6 @@ struct signal_struct {
        struct pacct_struct pacct;      /* per-process accounting information */
 #endif
 #ifdef CONFIG_TASKSTATS
-       spinlock_t stats_lock;
        struct taskstats *stats;
 #endif
 };