Re: [PATCH 2/3] mm: Export grub_mm_dump and grub_mm_dump_free

2022-03-02 Thread Daniel Kiper
On Fri, Feb 25, 2022 at 03:04:57PM -0600, Glenn Washburn wrote: > On Tue, 22 Feb 2022 19:03:39 +0100 > Daniel Kiper wrote: > > > On Tue, Feb 15, 2022 at 12:36:42PM -0600, Glenn Washburn wrote: > > > These functions may be useful within modules as well. Export them so that > > > modules can use

Re: [PATCH 2/3] mm: Export grub_mm_dump and grub_mm_dump_free

2022-02-25 Thread Glenn Washburn
On Tue, 22 Feb 2022 19:03:39 +0100 Daniel Kiper wrote: > On Tue, Feb 15, 2022 at 12:36:42PM -0600, Glenn Washburn wrote: > > These functions may be useful within modules as well. Export them so that > > modules can use them. > > Though there are no users for these functions today. So, I am not

Re: [PATCH 2/3] mm: Export grub_mm_dump and grub_mm_dump_free

2022-02-22 Thread Daniel Kiper
On Tue, Feb 15, 2022 at 12:36:42PM -0600, Glenn Washburn wrote: > These functions may be useful within modules as well. Export them so that > modules can use them. Though there are no users for these functions today. So, I am not convinced we should export them. Daniel

[PATCH 2/3] mm: Export grub_mm_dump and grub_mm_dump_free

2022-02-15 Thread Glenn Washburn
These functions may be useful within modules as well. Export them so that modules can use them. Signed-off-by: Glenn Washburn --- include/grub/mm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/grub/mm.h b/include/grub/mm.h index 9c38dd3ca5..44fde7cb90 100644