Whamcloud - gitweb
LU-6245 libcfs: cleanup libcfs lock handling
[fs/lustre-release.git] / lustre / utils / ll_recover_lost_found_objs.c
index a92984a..cd9a6f4 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, 2013, Intel Corporation.
+ * Copyright (c) 2012, 2014, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -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 "