Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-17 Thread Alexander Atanasov
Hello, On 18.08.22 7:41, Ritesh Harjani wrote: On 22/08/16 12:41PM, Alexander Atanasov wrote: File already contains code that is common along balloon drivers so rename it to reflect its contents. mm/balloon_compaction.c -> mm/balloon_common.c Signed-off-by: Alexander Atanasov --- MAINTAINER

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-17 Thread Ritesh Harjani
On 22/08/16 12:41PM, Alexander Atanasov wrote: > File already contains code that is common along balloon > drivers so rename it to reflect its contents. > mm/balloon_compaction.c -> mm/balloon_common.c > > Signed-off-by: Alexander Atanasov > --- > MAINTAINERS

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-16 Thread Alexander Atanasov
Hello, On 16.08.22 12:49, Greg Kroah-Hartman wrote: On Tue, Aug 16, 2022 at 12:41:14PM +0300, Alexander Atanasov wrote: rename include/linux/{balloon_compaction.h => balloon_common.h} (99%) Why rename the .h file? It still handles the "balloon compaction" logic. File contains code that

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-16 Thread Michael S. Tsirkin
On Tue, Aug 16, 2022 at 01:56:32PM +0200, Greg Kroah-Hartman wrote: > On Tue, Aug 16, 2022 at 02:47:22PM +0300, Alexander Atanasov wrote: > > Hello, > > > > On 16.08.22 12:49, Greg Kroah-Hartman wrote: > > > On Tue, Aug 16, 2022 at 12:41:14PM +0300, Alexander Atanasov wrote: > > > > > > rename

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-16 Thread Greg Kroah-Hartman
On Tue, Aug 16, 2022 at 02:47:22PM +0300, Alexander Atanasov wrote: > Hello, > > On 16.08.22 12:49, Greg Kroah-Hartman wrote: > > On Tue, Aug 16, 2022 at 12:41:14PM +0300, Alexander Atanasov wrote: > > > > rename include/linux/{balloon_compaction.h => balloon_common.h} (99%) > > > > Why rename

Re: [PATCH v2 1/4] Make place for common balloon code

2022-08-16 Thread Greg Kroah-Hartman
On Tue, Aug 16, 2022 at 12:41:14PM +0300, Alexander Atanasov wrote: > File already contains code that is common along balloon > drivers so rename it to reflect its contents. > mm/balloon_compaction.c -> mm/balloon_common.c > > Signed-off-by: Alexander Atanasov > --- > MAINTAINERS