staging: lustre: misc: 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. Signed-off-by: frank zago <fzago@cray.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5829 Reviewed-on: http://review.whamcloud.com/13321 Reviewed-by: James Simmons <uja.ornl@gmail.com> Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a09be8445c
commit
b5d1b04e09
@ -63,14 +63,12 @@ const struct lu_seq_range LUSTRE_SEQ_SPACE_RANGE = {
|
|||||||
FID_SEQ_NORMAL,
|
FID_SEQ_NORMAL,
|
||||||
(__u64)~0ULL
|
(__u64)~0ULL
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL(LUSTRE_SEQ_SPACE_RANGE);
|
|
||||||
|
|
||||||
/* Zero range, used for init and other purposes. */
|
/* Zero range, used for init and other purposes. */
|
||||||
const struct lu_seq_range LUSTRE_SEQ_ZERO_RANGE = {
|
const struct lu_seq_range LUSTRE_SEQ_ZERO_RANGE = {
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL(LUSTRE_SEQ_ZERO_RANGE);
|
|
||||||
|
|
||||||
/* Lustre Big Fs Lock fid. */
|
/* Lustre Big Fs Lock fid. */
|
||||||
const struct lu_fid LUSTRE_BFL_FID = { .f_seq = FID_SEQ_SPECIAL,
|
const struct lu_fid LUSTRE_BFL_FID = { .f_seq = FID_SEQ_SPECIAL,
|
||||||
|
@ -219,7 +219,6 @@ int fld_client_del_target(struct lu_client_fld *fld, __u64 idx)
|
|||||||
spin_unlock(&fld->lcf_lock);
|
spin_unlock(&fld->lcf_lock);
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(fld_client_del_target);
|
|
||||||
|
|
||||||
static struct dentry *fld_debugfs_dir;
|
static struct dentry *fld_debugfs_dir;
|
||||||
|
|
||||||
@ -454,7 +453,6 @@ void fld_client_flush(struct lu_client_fld *fld)
|
|||||||
{
|
{
|
||||||
fld_cache_flush(fld->lcf_cache);
|
fld_cache_flush(fld->lcf_cache);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(fld_client_flush);
|
|
||||||
|
|
||||||
static int __init fld_init(void)
|
static int __init fld_init(void)
|
||||||
{
|
{
|
||||||
|
@ -2802,7 +2802,6 @@ lmv_pack_md(union lmv_mds_md **lmmp, const struct lmv_stripe_md *lsm,
|
|||||||
|
|
||||||
return lmm_size;
|
return lmm_size;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(lmv_pack_md);
|
|
||||||
|
|
||||||
static int lmv_unpack_md_v1(struct obd_export *exp, struct lmv_stripe_md *lsm,
|
static int lmv_unpack_md_v1(struct obd_export *exp, struct lmv_stripe_md *lsm,
|
||||||
const struct lmv_mds_md_v1 *lmm1)
|
const struct lmv_mds_md_v1 *lmm1)
|
||||||
|
@ -516,6 +516,5 @@ struct lu_device_type lov_device_type = {
|
|||||||
.ldt_ops = &lov_device_type_ops,
|
.ldt_ops = &lov_device_type_ops,
|
||||||
.ldt_ctx_tags = LCT_CL_THREAD
|
.ldt_ctx_tags = LCT_CL_THREAD
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL(lov_device_type);
|
|
||||||
|
|
||||||
/** @} lov */
|
/** @} lov */
|
||||||
|
Loading…
Reference in New Issue
Block a user