diff options
Diffstat (limited to 'include/linux/sched/mm.h')
-rw-r--r-- | include/linux/sched/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched/mm.h b/include/linux/sched/mm.h index aebb370a0006..3bfa6a0cbba4 100644 --- a/include/linux/sched/mm.h +++ b/include/linux/sched/mm.h | |||
@@ -153,7 +153,7 @@ static inline gfp_t current_gfp_context(gfp_t flags) | |||
153 | { | 153 | { |
154 | /* | 154 | /* |
155 | * NOIO implies both NOIO and NOFS and it is a weaker context | 155 | * NOIO implies both NOIO and NOFS and it is a weaker context |
156 | * so always make sure it makes precendence | 156 | * so always make sure it makes precedence |
157 | */ | 157 | */ |
158 | if (unlikely(current->flags & PF_MEMALLOC_NOIO)) | 158 | if (unlikely(current->flags & PF_MEMALLOC_NOIO)) |
159 | flags &= ~(__GFP_IO | __GFP_FS); | 159 | flags &= ~(__GFP_IO | __GFP_FS); |