Commit 569077f3 authored by J. R. Okajima's avatar J. R. Okajima
Browse files

aufs: for v5.1-rc1, follow the new flag for current->atomic_flags



In mainline, by the commit
	71368af9027f 2019-01-29 x86/speculation: Add PR_SPEC_DISABLE_NOEXEC
a new flag is introduced.  And aufs simply follows it.
Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
parent aabf07ba
...@@ -425,7 +425,7 @@ static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo) ...@@ -425,7 +425,7 @@ static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo)
/* current->atomic_flags */ /* current->atomic_flags */
/* this value should never corrupt the ones defined in linux/sched.h */ /* this value should never corrupt the ones defined in linux/sched.h */
#define PFA_AUFS 7 #define PFA_AUFS 0x10
TASK_PFA_TEST(AUFS, test_aufs) /* task_test_aufs */ TASK_PFA_TEST(AUFS, test_aufs) /* task_test_aufs */
TASK_PFA_SET(AUFS, aufs) /* task_set_aufs */ TASK_PFA_SET(AUFS, aufs) /* task_set_aufs */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment