aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5c2c885ee52b..45577650f629 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1957,7 +1957,7 @@ static inline void memalloc_noio_restore(unsigned int flags)
1957} 1957}
1958 1958
1959/* Per-process atomic flags. */ 1959/* Per-process atomic flags. */
1960#define PFA_NO_NEW_PRIVS 0x00000001 /* May not gain new privileges. */ 1960#define PFA_NO_NEW_PRIVS 0 /* May not gain new privileges. */
1961 1961
1962static inline bool task_no_new_privs(struct task_struct *p) 1962static inline bool task_no_new_privs(struct task_struct *p)
1963{ 1963{