blob: 959dfb0cb982c00a9ce97ac384659c66ab1fd8fb [file] [log] [blame]
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-create-new-mm-swaph-header-file-fix
mm/memory-failure.c needs mm/swap.h
Cc: Christoph Hellwig <hch@lst.de>
Cc: David Howells <dhowells@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: NeilBrown <neilb@suse.de>
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/memory-failure.c | 1 +
1 file changed, 1 insertion(+)
--- a/mm/memory-failure.c~mm-create-new-mm-swaph-header-file-fix
+++ a/mm/memory-failure.c
@@ -59,6 +59,7 @@
#include <linux/page-isolation.h>
#include <linux/pagewalk.h>
#include <linux/shmem_fs.h>
+#include "swap.h"
#include "internal.h"
#include "ras/ras_event.h"
_