Whamcloud - gitweb
LU-5443 lustre: replace direct HZ access with kernel APIs
[fs/lustre-release.git] / lustre / utils / ll_recover_lost_found_objs.c
index a92984a..306a187 100644 (file)
@@ -638,7 +638,7 @@ int main(int argc, char **argv)
                return 1;
         }
 
-       CFS_INIT_LIST_HEAD(&grp_info_list);
+       INIT_LIST_HEAD(&grp_info_list);
        rc = traverse_lost_found(src_dir, mount_path);
        if (rc) {
                fprintf(stderr, "error: traversing lost+found looking for "