diff mbox

nfsidmap.map: Add more global variables to the map.

Message ID 1414521607-8426-1-git-send-email-steved@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Steve Dickson Oct. 28, 2014, 6:40 p.m. UTC
With the introduction of a symbol version map
(commit 045d2e46d) all global variables need to
be in the map for the plugins to load correctly

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1156484

Reported-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: Steve Dickson <steved@redhat.com>
---
 nfsidmap.map | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Steve Dickson Oct. 28, 2014, 7:29 p.m. UTC | #1
On 10/28/2014 02:40 PM, Steve Dickson wrote:
> With the introduction of a symbol version map
> (commit 045d2e46d) all global variables need to
> be in the map for the plugins to load correctly
> 
> Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1156484
> 
> Reported-by: Jeff Layton <jlayton@poochiereds.net>
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...

steved.

> ---
>  nfsidmap.map | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/nfsidmap.map b/nfsidmap.map
> index 540835c..1e7cf7e 100644
> --- a/nfsidmap.map
> +++ b/nfsidmap.map
> @@ -16,6 +16,10 @@ global:
>  	nfs4_gss_princ_to_ids_ex;
>  	nfs4_gss_princ_to_grouplist_ex;
>  	nfs4_set_debug;
> +	idmap_verbosity;
> +	idmap_log_func;
> +	get_default_domain;
> +	get_local_realms;
>  local:
>  	*;
>  };
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jeff Layton Oct. 29, 2014, 12:29 p.m. UTC | #2
On Tue, 28 Oct 2014 14:40:07 -0400
Steve Dickson <steved@redhat.com> wrote:

> With the introduction of a symbol version map
> (commit 045d2e46d) all global variables need to
> be in the map for the plugins to load correctly
> 
> Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1156484
> 
> Reported-by: Jeff Layton <jlayton@poochiereds.net>
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
>  nfsidmap.map | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/nfsidmap.map b/nfsidmap.map
> index 540835c..1e7cf7e 100644
> --- a/nfsidmap.map
> +++ b/nfsidmap.map
> @@ -16,6 +16,10 @@ global:
>  	nfs4_gss_princ_to_ids_ex;
>  	nfs4_gss_princ_to_grouplist_ex;
>  	nfs4_set_debug;
> +	idmap_verbosity;
> +	idmap_log_func;
> +	get_default_domain;
> +	get_local_realms;
>  local:
>  	*;
>  };

Acked-by: Jeff Layton <jlayton@poochiereds.net>
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/nfsidmap.map b/nfsidmap.map
index 540835c..1e7cf7e 100644
--- a/nfsidmap.map
+++ b/nfsidmap.map
@@ -16,6 +16,10 @@  global:
 	nfs4_gss_princ_to_ids_ex;
 	nfs4_gss_princ_to_grouplist_ex;
 	nfs4_set_debug;
+	idmap_verbosity;
+	idmap_log_func;
+	get_default_domain;
+	get_local_realms;
 local:
 	*;
 };