Whamcloud - gitweb
b=16842 Libcfs common code changes
[fs/lustre-release.git] / lustre / cmm / cmm_split.c
index 80bcd0f..8c047df 100644 (file)
@@ -639,7 +639,7 @@ static int cmm_split_process_dir(const struct lu_env *env,
 cleanup:
         for (i = 0; i < rdpg->rp_npages; i++)
                 if (rdpg->rp_pages[i] != NULL)
-                        __cfs_free_page(rdpg->rp_pages[i]);
+                        cfs_free_page(rdpg->rp_pages[i]);
         return rc;
 }