Whamcloud - gitweb
LU-3963 ptlrpc: convert to linux list api
[fs/lustre-release.git] / lustre / include / lustre_handles.h
index 496887e..ac70270 100644 (file)
@@ -77,7 +77,7 @@ struct portals_handle_ops {
  * ldlm_lock.  If it's not at the top, you'll want to use container_of()
  * to compute the start of the structure based on the handle field. */
 struct portals_handle {
-       cfs_list_t                      h_link;
+       struct list_head                h_link;
        __u64                           h_cookie;
        const void                     *h_owner;
        struct portals_handle_ops      *h_ops;