summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-10-04 13:00:09 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 09:59:35 +0100
commit53856b23201c780599c877d66b625fcbc5bc9dd3 (patch)
treec650d9aaf6d893cfbc0e690f92b19423db2b3a39
parent757e0cb5f16964d637dffa1bce734208659b7f6e (diff)
downloadlinux-53856b23201c780599c877d66b625fcbc5bc9dd3.tar.gz
linux-53856b23201c780599c877d66b625fcbc5bc9dd3.tar.bz2
linux-53856b23201c780599c877d66b625fcbc5bc9dd3.zip
Staging: lustre: ptlrpc: nrs: Declare as static
Declare ptlrpc_nrs_policy_register as static since it is used only in this particular file. Also remove corresponding declaration from header files. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_net.h5
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/nrs.c3
2 files changed, 1 insertions, 7 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_net.h b/drivers/staging/lustre/lustre/include/lustre_net.h
index af3bf2164ef9..428b83d0db5e 100644
--- a/drivers/staging/lustre/lustre/include/lustre_net.h
+++ b/drivers/staging/lustre/lustre/include/lustre_net.h
@@ -1528,11 +1528,6 @@ static inline int ptlrpc_req_interpret(const struct lu_env *env,
return rc;
}
-/** \addtogroup nrs
- * @{
- */
-int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf);
-
/*
* Can the request be moved from the regular NRS head to the high-priority NRS
* head (of the same PTLRPC service partition), if any?
diff --git a/drivers/staging/lustre/lustre/ptlrpc/nrs.c b/drivers/staging/lustre/lustre/ptlrpc/nrs.c
index 2476cf22c184..3fe96a183401 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/nrs.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/nrs.c
@@ -1111,7 +1111,7 @@ again:
* \retval -ve error
* \retval 0 success
*/
-int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf)
+static int ptlrpc_nrs_policy_register(struct ptlrpc_nrs_pol_conf *conf)
{
struct ptlrpc_service *svc;
struct ptlrpc_nrs_pol_desc *desc;
@@ -1247,7 +1247,6 @@ fail:
return rc;
}
-EXPORT_SYMBOL(ptlrpc_nrs_policy_register);
/**
* Setup NRS heads on all service partitions of service \a svc, and register