Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939034AbdD0KbJ (ORCPT ); Thu, 27 Apr 2017 06:31:09 -0400 Received: from ozlabs.org ([103.22.144.67]:34661 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755345AbdD0Kay (ORCPT ); Thu, 27 Apr 2017 06:30:54 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: ec95e15862e31f8dfb6218ca111548c5d6ea759f In-Reply-To: <20170418062015.8B69B6E624@localhost.localdomain> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/mm: Rename table dump file name Message-Id: <3wDCs92W0Jz9sNV@ozlabs.org> Date: Thu, 27 Apr 2017 20:30:53 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 412 Lines: 12 On Tue, 2017-04-18 at 06:20:15 UTC, Christophe Leroy wrote: > Page table dump debugfs file is named 'kernel_page_tables' on > all other architectures implementing it, while is is named > 'kernel_pagetables' on powerpc. This patch renames it. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ec95e15862e31f8dfb6218ca111548 cheers