Whamcloud - gitweb
LU-5829 misc: remove unnecessary EXPORT_SYMBOL
[fs/lustre-release.git] / lustre / fid / fid_lib.c
index 46835f1..5db738c 100644 (file)
@@ -67,14 +67,12 @@ const struct lu_seq_range LUSTRE_SEQ_SPACE_RANGE = {
         FID_SEQ_NORMAL,
         (__u64)~0ULL
 };
-EXPORT_SYMBOL(LUSTRE_SEQ_SPACE_RANGE);
 
 /* Zero range, used for init and other purposes. */
 const struct lu_seq_range LUSTRE_SEQ_ZERO_RANGE = {
         0,
         0
 };
-EXPORT_SYMBOL(LUSTRE_SEQ_ZERO_RANGE);
 
 /* Lustre Big Fs Lock fid. */
 const struct lu_fid LUSTRE_BFL_FID = { .f_seq = FID_SEQ_SPECIAL,