diff options
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 378b0f61fd3c..6b44e52cacaa 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c | |||
@@ -1298,6 +1298,9 @@ done: | |||
1298 | return ret; | 1298 | return ret; |
1299 | } | 1299 | } |
1300 | 1300 | ||
1301 | /* | ||
1302 | * The caller must hold current->mm->mmap_sem in read mode. | ||
1303 | */ | ||
1301 | int is_hwpoison_address(unsigned long addr) | 1304 | int is_hwpoison_address(unsigned long addr) |
1302 | { | 1305 | { |
1303 | pgd_t *pgdp; | 1306 | pgd_t *pgdp; |