aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c4ee35dd18ae..2ae8711bfba1 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1113,19 +1113,8 @@ static inline int sas_ss_flags(unsigned long sp)
1113} 1113}
1114 1114
1115 1115
1116#ifdef CONFIG_SECURITY 1116/* code is in security.c or kernel/sys.c if !SECURITY */
1117/* code is in security.c */
1118extern int capable(int cap); 1117extern int capable(int cap);
1119#else
1120static inline int capable(int cap)
1121{
1122 if (cap_raised(current->cap_effective, cap)) {
1123 current->flags |= PF_SUPERPRIV;
1124 return 1;
1125 }
1126 return 0;
1127}
1128#endif
1129 1118
1130/* 1119/*
1131 * Routines for handling mm_structs 1120 * Routines for handling mm_structs