Whamcloud - gitweb
LU-5396 mdc: (and lmv, mgc, osc) make some functions static
[fs/lustre-release.git] / lustre / osp / osp_precreate.c
index e42a7f0..18a9d07 100644 (file)
@@ -422,7 +422,8 @@ out:
  * \retval 0           on success
  * \retval negative    negated errno on error
  */
-int osp_precreate_rollover_new_seq(struct lu_env *env, struct osp_device *osp)
+static int osp_precreate_rollover_new_seq(struct lu_env *env,
+                                         struct osp_device *osp)
 {
        struct lu_fid   *fid = &osp_env_info(env)->osi_fid;
        struct lu_fid   *last_fid = &osp->opd_last_used_fid;