Whamcloud - gitweb
LU-5829 ptlrpc: remove unnecessary EXPORT_SYMBOL 10/12510/13
authorFrank Zago <fzago@cray.com>
Fri, 9 Jan 2015 18:21:12 +0000 (12:21 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 4 Feb 2015 02:49:19 +0000 (02:49 +0000)
commit3ee0e0908f12de97346cd5fe2996ad147adb9481
treee77af22bb6fb4dc2bd2b5d9a53efdac58277a21d
parent19ae9b3605bd41348b2bd64accc50a34eaaa35a1
LU-5829 ptlrpc: remove unnecessary EXPORT_SYMBOL

A lot of symbols don't need to be exported at all because they are
only used in the module they belong to.

Change-Id: I5dad1093f136577fa268cd7ecbebd1d660cfa8ef
Signed-off-by: frank zago <fzago@cray.com>
Reviewed-on: http://review.whamcloud.com/12510
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
17 files changed:
lustre/include/lustre_net.h
lustre/ptlrpc/client.c
lustre/ptlrpc/connection.c
lustre/ptlrpc/gss/gss_svc_upcall.c
lustre/ptlrpc/import.c
lustre/ptlrpc/llog_server.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/nrs.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/pinger.c
lustre/ptlrpc/ptlrpc_internal.h
lustre/ptlrpc/ptlrpcd.c
lustre/ptlrpc/recover.c
lustre/ptlrpc/sec_bulk.c
lustre/ptlrpc/sec_config.c
lustre/ptlrpc/sec_gc.c
lustre/ptlrpc/service.c