Re: [PATCH 4/4] x86/mm, pat: Rename pat_rbtree.c to pat_interval.c

From: Davidlohr Bueso
Date: Tue Nov 19 2019 - 12:21:11 EST


On Tue, 19 Nov 2019, Ingo Molnar wrote:

* Davidlohr Bueso <dave@xxxxxxxxxxxx> wrote:

Considering the previous changes, this is a more proper name.

Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx>
---
arch/x86/mm/{pat_rbtree.c => pat_interval.c} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename arch/x86/mm/{pat_rbtree.c => pat_interval.c} (100%)

diff --git a/arch/x86/mm/pat_rbtree.c b/arch/x86/mm/pat_interval.c
similarity index 100%
rename from arch/x86/mm/pat_rbtree.c
rename to arch/x86/mm/pat_interval.c

For some reason this patch was missing the kbuild adjustment for the
rename of the .c file:

Sorry about that, I don't know how I missed this - the series was
certainly tested. Per the below I assume you don't need a v2 (and
avoid more spam).

Thanks,
Davidlohr