From patchwork Tue Oct 28 18:40:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Dickson X-Patchwork-Id: 5179041 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6CAC9C11AC for ; Tue, 28 Oct 2014 18:40:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B5364201CD for ; Tue, 28 Oct 2014 18:40:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CFD0F2017A for ; Tue, 28 Oct 2014 18:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751250AbaJ1SkL (ORCPT ); Tue, 28 Oct 2014 14:40:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48539 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbaJ1SkK (ORCPT ); Tue, 28 Oct 2014 14:40:10 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SIeArI012403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 14:40:10 -0400 Received: from smallhat.boston.devel.redhat.com (smallhat.boston.devel.redhat.com [10.19.60.65]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9SIe96l024842 for ; Tue, 28 Oct 2014 14:40:09 -0400 From: Steve Dickson To: Linux NFS Mailing list Subject: [PATCH] nfsidmap.map: Add more global variables to the map. Date: Tue, 28 Oct 2014 14:40:07 -0400 Message-Id: <1414521607-8426-1-git-send-email-steved@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Signed-off-by: Steve Dickson Acked-by: Jeff Layton --- 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: *; };