[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1437030898-6927-1-git-send-email-valentinrothberg@gmail.com>
Date: Thu, 16 Jul 2015 09:14:58 +0200
From: Valentin Rothberg <valentinrothberg@...il.com>
To: viro@...iv.linux.org.uk, willy@...ux.intel.com,
linux-kernel@...r.kernel.org
Cc: Valentin Rothberg <valentinrothberg@...il.com>
Subject: [PATCH] fs/dax.c: fix typo in #endif comment
Fix typo s/CONFIG_TRANSPARENT_HUGEPAGES/CONFIG_TRANSPARENT_HUGEPAGE/
in #endif comment introduced by commit 2b26a9206d6a ("dax: add huge page
fault support").
Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
---
fs/dax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/dax.c b/fs/dax.c
index 20cf3b0f3dcd..4e27a640b5e4 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -634,7 +634,7 @@ int dax_pmd_fault(struct vm_area_struct *vma, unsigned long address,
return result;
}
EXPORT_SYMBOL_GPL(dax_pmd_fault);
-#endif /* CONFIG_TRANSPARENT_HUGEPAGES */
+#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
/**
* dax_pfn_mkwrite - handle first write to DAX page
--
2.4.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists