Whamcloud - gitweb
LU-1866 fid: cleanup object visibility definition and check
[fs/lustre-release.git] / lustre / fld / fld_handler.c
index cc2bb42..309be8a 100644 (file)
@@ -420,9 +420,10 @@ int fld_server_init(const struct lu_env *env, struct lu_server_fld *fld,
 
         fld->lsf_control_exp = NULL;
 
-        /* Insert reserved sequence number of ".lustre" into fld cache. */
        if (lsr_flags == LU_SEQ_RANGE_MDT) {
-               range.lsr_start = FID_SEQ_DOT_LUSTRE;
+               /* Insert reserved sequence of "ROOT" and ".lustre"
+                * into fld cache. */
+               range.lsr_start = FID_SEQ_LOCAL_FILE;
                range.lsr_end = FID_SEQ_DOT_LUSTRE + 1;
                range.lsr_index = 0;
                range.lsr_flags = lsr_flags;