Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757305Ab0HJJeL (ORCPT ); Tue, 10 Aug 2010 05:34:11 -0400 Received: from TYO202.gate.nec.co.jp ([202.32.8.206]:47040 "EHLO tyo202.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757121Ab0HJJdv (ORCPT ); Tue, 10 Aug 2010 05:33:51 -0400 From: Naoya Horiguchi To: Andi Kleen Cc: Andrew Morton , Christoph Lameter , Mel Gorman , Wu Fengguang , "Jun'ichi Nomura" , linux-mm , LKML Subject: [PATCH 8/9] page-types.c: fix name of unpoison interface Date: Tue, 10 Aug 2010 18:27:43 +0900 Message-Id: <1281432464-14833-9-git-send-email-n-horiguchi@ah.jp.nec.com> X-Mailer: git-send-email 1.7.2.1 In-Reply-To: <1281432464-14833-1-git-send-email-n-horiguchi@ah.jp.nec.com> References: <1281432464-14833-1-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 29 debugfs:hwpoison/renew-pfn is the old interface. This patch renames and fixes it. Signed-off-by: Naoya Horiguchi --- Documentation/vm/page-types.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git linux-mce-hwpoison/Documentation/vm/page-types.c linux-mce-hwpoison/Documentation/vm/page-types.c index 66e9358..f120ed0 100644 --- linux-mce-hwpoison/Documentation/vm/page-types.c +++ linux-mce-hwpoison/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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/