Whamcloud - gitweb
LU-3963 obdclass: convert to linux list api
[fs/lustre-release.git] / lustre / include / lclient.h
index dd784f3..afa462c 100644 (file)
@@ -205,7 +205,7 @@ struct ccc_object {
          *
          * \see ccc_page::cpg_pending_linkage
          */
          *
          * \see ccc_page::cpg_pending_linkage
          */
-        cfs_list_t             cob_pending_list;
+       struct list_head        cob_pending_list;
 
         /**
          * Access this counter is protected by inode->i_sem. Now that
 
         /**
          * Access this counter is protected by inode->i_sem. Now that
@@ -469,7 +469,7 @@ struct cl_client_cache {
        /**
         * List of entities(OSCs) for this LRU cache
         */
        /**
         * List of entities(OSCs) for this LRU cache
         */
-       cfs_list_t              ccc_lru;
+       struct list_head        ccc_lru;
        /**
         * Max # of LRU entries
         */
        /**
         * Max # of LRU entries
         */