Whamcloud - gitweb
LU-1347 style: removes obsolete EXPORT_SYMTAB macros v2 39/6739/2
authorKeith Mannthey <keith.mannthey@intel.com>
Fri, 21 Jun 2013 20:28:45 +0000 (13:28 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 10 Jul 2013 03:50:36 +0000 (03:50 +0000)
EXPORT_SYMTAB is obsolete after 2.4 kernel, this patch removes
EXPORT_SYMTAB from the source code again.

Signed-off-by: Keith Mannthey <keith.mannthey@intel.com>
Change-Id: Idac9983d42b2c3e645def54628b6bc34d28aa3af
Reviewed-on: http://review.whamcloud.com/6739
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Peng Tao <bergwolf@gmail.com>
Reviewed-by: Liu Xuezhao <xuezhao.liu@emc.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
44 files changed:
libcfs/libcfs/libcfs_cpu.c
libcfs/libcfs/libcfs_lock.c
libcfs/libcfs/libcfs_mem.c
lnet/klnds/gnilnd/gnilnd.h
lustre/lfsck/lfsck_bookmark.c
lustre/lfsck/lfsck_engine.c
lustre/lfsck/lfsck_lib.c
lustre/lfsck/lfsck_namespace.c
lustre/lod/lod_dev.c
lustre/lod/lod_lov.c
lustre/lod/lod_object.c
lustre/mdt/mdt_hsm.c
lustre/mdt/out_handler.c
lustre/obdclass/llog_osd.c
lustre/obdclass/lprocfs_jobstats.c
lustre/osd-ldiskfs/osd_scrub.c
lustre/osd-zfs/osd_handler.c
lustre/osd-zfs/osd_index.c
lustre/osd-zfs/osd_io.c
lustre/osd-zfs/osd_object.c
lustre/osd-zfs/osd_oi.c
lustre/osd-zfs/osd_xattr.c
lustre/osp/lwp_dev.c
lustre/osp/osp_dev.c
lustre/osp/osp_md_object.c
lustre/osp/osp_object.c
lustre/osp/osp_precreate.c
lustre/osp/osp_sync.c
lustre/quota/lquota_disk.c
lustre/quota/lquota_entry.c
lustre/quota/lquota_lib.c
lustre/quota/qmt_dev.c
lustre/quota/qmt_entry.c
lustre/quota/qmt_handler.c
lustre/quota/qmt_lock.c
lustre/quota/qmt_pool.c
lustre/quota/qsd_config.c
lustre/quota/qsd_entry.c
lustre/quota/qsd_handler.c
lustre/quota/qsd_lib.c
lustre/quota/qsd_lock.c
lustre/quota/qsd_reint.c
lustre/quota/qsd_request.c
lustre/quota/qsd_writeback.c

index 00eb93f..775af69 100644 (file)
@@ -33,9 +33,6 @@
  * Author: liang@whamcloud.com
  */
 
  * Author: liang@whamcloud.com
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
index 355e47f..8b54eb0 100644 (file)
@@ -30,9 +30,6 @@
  * Author: liang@whamcloud.com
  */
 
  * Author: liang@whamcloud.com
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
index f1b234f..2d8672a 100644 (file)
@@ -31,9 +31,6 @@
  * Author: liang@whamcloud.com
  */
 
  * Author: liang@whamcloud.com
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
 #define DEBUG_SUBSYSTEM S_LNET
 
 #include <libcfs/libcfs.h>
index 6bfbd9a..012e50f 100644 (file)
@@ -26,9 +26,6 @@
 #ifndef _GNILND_GNILND_H_
 #define _GNILND_GNILND_H_
 
 #ifndef _GNILND_GNILND_H_
 #define _GNILND_GNILND_H_
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
index 1f87bec..204caa8 100644 (file)
@@ -28,9 +28,6 @@
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lu_object.h>
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lu_object.h>
index 592c27e..d6c7b77 100644 (file)
@@ -28,9 +28,6 @@
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lu_object.h>
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lu_object.h>
index 5437f71..6e20069 100644 (file)
@@ -28,9 +28,6 @@
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <libcfs/list.h>
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <libcfs/list.h>
index a3a3948..796c6b3 100644 (file)
@@ -28,9 +28,6 @@
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
  * Author: Fan, Yong <fan.yong@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lustre/lustre_idl.h>
 #define DEBUG_SUBSYSTEM S_LFSCK
 
 #include <lustre/lustre_idl.h>
index 5a0bdb5..69e2ae2 100644 (file)
@@ -38,9 +38,6 @@
  * Author: Mikhail Pershin <mike.pershin@intel.com>
  */
 
  * Author: Mikhail Pershin <mike.pershin@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
index cc70895..03efa26 100644 (file)
@@ -31,9 +31,6 @@
  * Author: Alex Zhuravlev <alexey.zhuravlev@intel.com> 
  */
 
  * Author: Alex Zhuravlev <alexey.zhuravlev@intel.com> 
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
index 5ae976a..e3180e2 100644 (file)
@@ -31,9 +31,6 @@
  * Author: Alex Zhuravlev <alexey.zhuravlev@intel.com>
  */
 
  * Author: Alex Zhuravlev <alexey.zhuravlev@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd.h>
index dc1520c..b35e939 100644 (file)
@@ -34,9 +34,6 @@
  * Author: JC Lafoucriere <jacques-charles.lafoucriere@cea.fr>
  */
 
  * Author: JC Lafoucriere <jacques-charles.lafoucriere@cea.fr>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "mdt_internal.h"
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "mdt_internal.h"
index f0b0daa..4e86c8e 100644 (file)
@@ -29,9 +29,6 @@
  * Author: di.wang <di.wang@intel.com>
  */
 
  * Author: di.wang <di.wang@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "mdt_internal.h"
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "mdt_internal.h"
index b1b0bab..de7c0b5 100644 (file)
 
 #define DEBUG_SUBSYSTEM S_LOG
 
 
 #define DEBUG_SUBSYSTEM S_LOG
 
-#ifndef EXPORT_SYMTAB
-#define EXPORT_SYMTAB
-#endif
-
 #include <obd.h>
 #include <obd_class.h>
 #include <lustre_fid.h>
 #include <obd.h>
 #include <obd_class.h>
 #include <lustre_fid.h>
index ec955a2..dab281b 100644 (file)
@@ -28,9 +28,6 @@
  * lustre/obdclass/lprocfs_jobstats.c
  */
 
  * lustre/obdclass/lprocfs_jobstats.c
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_CLASS
 
 #ifndef __KERNEL__
 #define DEBUG_SUBSYSTEM S_CLASS
 
 #ifndef __KERNEL__
index e312378..c46e62a 100644 (file)
@@ -35,9 +35,6 @@
  * Author: Fan Yong <yong.fan@whamcloud.com>
  */
 
  * Author: Fan Yong <yong.fan@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre/lustre_idl.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre/lustre_idl.h>
index df85bb5..9944e78 100644 (file)
@@ -44,9 +44,6 @@
  * Author: Johann Lombardi <johann@whamcloud.com>
  */
 
  * Author: Johann Lombardi <johann@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index 92f22da..6ebd0ab 100644 (file)
@@ -41,9 +41,6 @@
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index d8d88d2..c041c8e 100644 (file)
@@ -41,9 +41,6 @@
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index 37706e2..7fa7cb2 100644 (file)
@@ -42,9 +42,6 @@
  * Author: Johann Lombardi <johann@whamcloud.com>
  */
 
  * Author: Johann Lombardi <johann@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index 36e588d..706b9e4 100644 (file)
@@ -43,9 +43,6 @@
  * Author: Di Wang <di.wang@intel.com>
  */
 
  * Author: Di Wang <di.wang@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index c80297f..14f5256 100644 (file)
@@ -42,9 +42,6 @@
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
  * Author: Mike Pershin <tappro@whamcloud.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
 #define DEBUG_SUBSYSTEM S_OSD
 
 #include <lustre_ver.h>
index b3ca5d2..8b1653e 100644 (file)
@@ -32,9 +32,6 @@
  * Author: <di.wang@intel.com>
  * Author: <yawei.niu@intel.com>
  */
  * Author: <di.wang@intel.com>
  * Author: <yawei.niu@intel.com>
  */
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_OST
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_OST
 
 #include <obd_class.h>
index aa54f94..52ad482 100644 (file)
@@ -42,9 +42,6 @@
  * Author: Di Wang <di.wang@intel.com>
  */
 
  * Author: Di Wang <di.wang@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <obd_class.h>
index 776877a..255407b 100644 (file)
@@ -30,9 +30,6 @@
  * Author: Di Wang <di.wang@intel.com>
  */
 
  * Author: Di Wang <di.wang@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre_log.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre_log.h>
index fa1ec71..61fe85b 100644 (file)
@@ -41,9 +41,6 @@
  * Author: Mikhail Pershin <mike.tappro@intel.com>
  */
 
  * Author: Mikhail Pershin <mike.tappro@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "osp_internal.h"
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "osp_internal.h"
index 67fc2bc..11dd60c 100644 (file)
@@ -42,9 +42,6 @@
  * Author: Di Wang <di.wang@intel.com>
  */
 
  * Author: Di Wang <di.wang@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "osp_internal.h"
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include "osp_internal.h"
index 0fbc7e6..97e5042 100644 (file)
@@ -41,9 +41,6 @@
  * Author: Mikhail Pershin <mike.pershin@intel.com>
  */
 
  * Author: Mikhail Pershin <mike.pershin@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre_log.h>
 #define DEBUG_SUBSYSTEM S_MDS
 
 #include <lustre_log.h>
index b5d6adb..479e13b 100644 (file)
  * - lquota_disk_update_ver:     update version of an index file
  */
 
  * - lquota_disk_update_ver:     update version of an index file
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "lquota_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "lquota_internal.h"
index cff6b6d..5fb7905 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <linux/module.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <linux/module.h>
index c65465c..7c0fb54 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <linux/version.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <linux/version.h>
index 959c280..8401030 100644 (file)
  * mdt_quota_init() for more details.
  */
 
  * mdt_quota_init() for more details.
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
index 6fe3c92..8bd9424 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qmt_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qmt_internal.h"
index 44e32e9..6e2a3ff 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
index 00ff33b..635a314 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_dlm.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_dlm.h>
index 90ce515..04ffa91 100644 (file)
  *                          a given ID.
  */
 
  *                          a given ID.
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
index 53cf063..8bb6dbd 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
index 8668201..5ebdfeb 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
index be212cf..6bef54e 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
index dea0cbd..dfbf8a2 100644 (file)
  * freed via qsd_fini().
  */
 
  * freed via qsd_fini().
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <obd_class.h>
index 1649d63..47b0ac1 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_dlm.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_dlm.h>
index 59e3877..c914f18 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
index 2db0433..e4851e1 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_net.h>
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include <lustre_net.h>
index a2b01a4..61518d0 100644 (file)
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
  * Author: Niu    Yawei    <yawei.niu@intel.com>
  */
 
-#ifndef EXPORT_SYMTAB
-# define EXPORT_SYMTAB
-#endif
-
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"
 #define DEBUG_SUBSYSTEM S_LQUOTA
 
 #include "qsd_internal.h"