Whamcloud - gitweb
LU-8837 ptlrpc: mark some functions as static
[fs/lustre-release.git] / lustre / ptlrpc / lproc_ptlrpc.c
index 88f0d26..71af587 100644 (file)
@@ -503,8 +503,8 @@ static const char *nrs_state2str(enum ptlrpc_nrs_pol_state state)
  * \param[in] policy The policy
  * \param[out] info  Holds returned status information
  */
-void nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy,
-                               struct ptlrpc_nrs_pol_info *info)
+static void nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy,
+                                      struct ptlrpc_nrs_pol_info *info)
 {
        LASSERT(policy != NULL);
        LASSERT(info != NULL);