From 22996dc4d6d22b0b811ef5e0ae5bff8441629a6d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 22 Jul 2009 07:00:10 -0700 Subject: [PATCH] Remove conditional on LINUX/osi_pag_module.c osi_pag_module.c should not be built conditionally based on whether the NFS translator is enabled. This file is used by afspag.ko, which is run on NFS translator clients, not servers, and should not have GPL symbol problems. Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/179 Reviewed-by: Derrick Brashear Tested-by: Marc Dionne Reviewed-by: Marc Dionne --- src/afs/LINUX/osi_pag_module.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/afs/LINUX/osi_pag_module.c b/src/afs/LINUX/osi_pag_module.c index 3377c4544..63020ed89 100644 --- a/src/afs/LINUX/osi_pag_module.c +++ b/src/afs/LINUX/osi_pag_module.c @@ -14,8 +14,6 @@ #include #include "afs/param.h" - -#if !defined(AFS_NONFSTRANS) || defined(AFS_AIX_IAUTH_ENV) #include /* early to avoid printf->printk mapping */ #include "afs/sysincludes.h" #include "afsincludes.h" @@ -155,5 +153,3 @@ afs_nfsclient_reqhandler(struct afs_exporter *exporter, return EINVAL; } #endif -#endif /* AFS_NONFSTRANS */ - -- 2.39.5