diff --git a/include/linux/sched.h b/include/linux/sched.h index 5c2c885ee52b3996a2665dc3d8c0e21ff9245aaf..45577650f62978b1d7db2d1d36f15f2371750d23 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1957,7 +1957,7 @@ static inline void memalloc_noio_restore(unsigned int flags) } /* Per-process atomic flags. */ -#define PFA_NO_NEW_PRIVS 0x00000001 /* May not gain new privileges. */ +#define PFA_NO_NEW_PRIVS 0 /* May not gain new privileges. */ static inline bool task_no_new_privs(struct task_struct *p) {