Message ID | 20200317104942.11178-7-david@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [v2,1/8] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | Successfully applied on branch powerpc/merge (ab326587bb5fb91cc97df9b9f48e9e1469f04621) |
snowpatch_ozlabs/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
snowpatch_ozlabs/needsstable | success | Patch has no Fixes tags |
On Tue 17-03-20 11:49:40, David Hildenbrand wrote: > All in-tree users except the mm-core are gone. Let's drop the export. > > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Michal Hocko <mhocko@kernel.org> > Cc: Oscar Salvador <osalvador@suse.de> > Cc: "Rafael J. Wysocki" <rafael@kernel.org> > Cc: Baoquan He <bhe@redhat.com> > Cc: Wei Yang <richard.weiyang@gmail.com> > Signed-off-by: David Hildenbrand <david@redhat.com> Acked-by: Michal Hocko <mhocko@suse.com> > --- > mm/memory_hotplug.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c > index 1a00b5a37ef6..2d2aae830b92 100644 > --- a/mm/memory_hotplug.c > +++ b/mm/memory_hotplug.c > @@ -71,7 +71,6 @@ bool memhp_auto_online; > #else > bool memhp_auto_online = true; > #endif > -EXPORT_SYMBOL_GPL(memhp_auto_online); > > static int __init setup_memhp_default_state(char *str) > { > -- > 2.24.1
On Tue, Mar 17, 2020 at 11:49:40AM +0100, David Hildenbrand wrote: >All in-tree users except the mm-core are gone. Let's drop the export. > >Cc: Andrew Morton <akpm@linux-foundation.org> >Cc: Michal Hocko <mhocko@kernel.org> >Cc: Oscar Salvador <osalvador@suse.de> >Cc: "Rafael J. Wysocki" <rafael@kernel.org> >Cc: Baoquan He <bhe@redhat.com> >Cc: Wei Yang <richard.weiyang@gmail.com> >Signed-off-by: David Hildenbrand <david@redhat.com> Reviewed-by: Wei Yang <richard.weiyang@gmail.com> >--- > mm/memory_hotplug.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c >index 1a00b5a37ef6..2d2aae830b92 100644 >--- a/mm/memory_hotplug.c >+++ b/mm/memory_hotplug.c >@@ -71,7 +71,6 @@ bool memhp_auto_online; > #else > bool memhp_auto_online = true; > #endif >-EXPORT_SYMBOL_GPL(memhp_auto_online); > > static int __init setup_memhp_default_state(char *str) > { >-- >2.24.1
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 1a00b5a37ef6..2d2aae830b92 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -71,7 +71,6 @@ bool memhp_auto_online; #else bool memhp_auto_online = true; #endif -EXPORT_SYMBOL_GPL(memhp_auto_online); static int __init setup_memhp_default_state(char *str) {
All in-tree users except the mm-core are gone. Let's drop the export. Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Michal Hocko <mhocko@kernel.org> Cc: Oscar Salvador <osalvador@suse.de> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Cc: Baoquan He <bhe@redhat.com> Cc: Wei Yang <richard.weiyang@gmail.com> Signed-off-by: David Hildenbrand <david@redhat.com> --- mm/memory_hotplug.c | 1 - 1 file changed, 1 deletion(-)