X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_handles.h;h=ac702704a6e88c5e5b0d184e0dfdca22fcd1982c;hp=496887ee8ef117153df017964804df2cbe1988bd;hb=8701e7e4b5ec1b34700c95b9b6588f4745730b72;hpb=bc34babc1765f6f99220256e96ce5dc5bb390676 diff --git a/lustre/include/lustre_handles.h b/lustre/include/lustre_handles.h index 496887e..ac70270 100644 --- a/lustre/include/lustre_handles.h +++ b/lustre/include/lustre_handles.h @@ -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;