Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lustre / include / obd_ost.h
index 81a3209..05bd9c6 100644 (file)
@@ -53,7 +53,7 @@ struct osc_brw_async_args {
         int                aa_resends;
         struct brw_page  **aa_ppga;
         struct client_obd *aa_cli;
-        struct list_head   aa_oaps;
+        cfs_list_t         aa_oaps;
         struct obd_capa   *aa_ocapa;
         struct cl_req     *aa_clerq;
 };