Whamcloud - gitweb
LU-5511 lfsck: repair unmatched parent-child pairs
[fs/lustre-release.git] / lustre / lfsck / lfsck_lib.c
index cf6ce46..3e6a1d5 100644 (file)
@@ -439,8 +439,8 @@ int lfsck_find_mdt_idx_by_fid(const struct lu_env *env,
        return rc;
 }
 
-static const char dot[] = ".";
-static const char dotdot[] = "..";
+const char dot[] = ".";
+const char dotdot[] = "..";
 static const char dotlustre[] = ".lustre";
 static const char lostfound[] = "lost+found";