aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 720ce8d98a7d..6867ae9bc8a0 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -729,7 +729,7 @@ struct user_struct {
729 /* Hash table maintenance information */ 729 /* Hash table maintenance information */
730 struct hlist_node uidhash_node; 730 struct hlist_node uidhash_node;
731 uid_t uid; 731 uid_t uid;
732 struct user_namespace *user_ns; 732 struct user_namespace *_user_ns; /* Don't use will be removed soon */
733 733
734#ifdef CONFIG_PERF_EVENTS 734#ifdef CONFIG_PERF_EVENTS
735 atomic_long_t locked_vm; 735 atomic_long_t locked_vm;