From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail203.messagelabs.com (mail203.messagelabs.com [216.82.254.243]) by kanga.kvack.org (Postfix) with ESMTP id 5FA296B01F8 for ; Tue, 24 Aug 2010 19:57:33 -0400 (EDT) From: Naoya Horiguchi Subject: [PATCH 8/8] page-types.c: fix name of unpoison interface Date: Wed, 25 Aug 2010 08:55:27 +0900 Message-Id: <1282694127-14609-9-git-send-email-n-horiguchi@ah.jp.nec.com> In-Reply-To: <1282694127-14609-1-git-send-email-n-horiguchi@ah.jp.nec.com> References: <1282694127-14609-1-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: owner-linux-mm@kvack.org To: Andi Kleen Cc: Andrew Morton , Christoph Lameter , Mel Gorman , Wu Fengguang , Jun'ichi Nomura , linux-mm , LKML List-ID: debugfs:hwpoison/renew-pfn is the old interface. This patch renames and fixes it. Signed-off-by: Naoya Horiguchi Acked-by: Wu Fengguang --- Documentation/vm/page-types.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git v2.6.36-rc2/Documentation/vm/page-types.c v2.6.36-rc2/Documentation/vm/page-types.c index ccd951f..cc96ee2 100644 --- v2.6.36-rc2/Documentation/vm/page-types.c +++ v2.6.36-rc2/Documentation/vm/page-types.c @@ -478,7 +478,7 @@ static void prepare_hwpoison_fd(void) } if (opt_unpoison && !hwpoison_forget_fd) { - sprintf(buf, "%s/renew-pfn", hwpoison_debug_fs); + sprintf(buf, "%s/unpoison-pfn", hwpoison_debug_fs); hwpoison_forget_fd = checked_open(buf, O_WRONLY); } } -- 1.7.2.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org