* [PATCH] nfsidmap.map: Add more global variables to the map.
@ 2014-10-28 18:40 Steve Dickson
2014-10-28 19:29 ` Steve Dickson
2014-10-29 12:29 ` Jeff Layton
0 siblings, 2 replies; 3+ messages in thread
From: Steve Dickson @ 2014-10-28 18:40 UTC (permalink / raw)
To: Linux NFS Mailing list
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:
*;
};
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nfsidmap.map: Add more global variables to the map.
2014-10-28 18:40 [PATCH] nfsidmap.map: Add more global variables to the map Steve Dickson
@ 2014-10-28 19:29 ` Steve Dickson
2014-10-29 12:29 ` Jeff Layton
1 sibling, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2014-10-28 19:29 UTC (permalink / raw)
To: Linux NFS Mailing list
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:
> *;
> };
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nfsidmap.map: Add more global variables to the map.
2014-10-28 18:40 [PATCH] nfsidmap.map: Add more global variables to the map Steve Dickson
2014-10-28 19:29 ` Steve Dickson
@ 2014-10-29 12:29 ` Jeff Layton
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Layton @ 2014-10-29 12:29 UTC (permalink / raw)
To: Steve Dickson; +Cc: Linux NFS Mailing list
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-29 12:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 18:40 [PATCH] nfsidmap.map: Add more global variables to the map Steve Dickson
2014-10-28 19:29 ` Steve Dickson
2014-10-29 12:29 ` Jeff Layton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.