X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_log.h;h=4726ddd1aa519c58aeca63f6dce8f70e513e967e;hp=9f74de2ba062bda5f2bff24de1fa74f9b36f6eb1;hb=8701e7e4b5ec1b34700c95b9b6588f4745730b72;hpb=bc34babc1765f6f99220256e96ce5dc5bb390676 diff --git a/lustre/include/lustre_log.h b/lustre/include/lustre_log.h index 9f74de2..4726ddd 100644 --- a/lustre/include/lustre_log.h +++ b/lustre/include/lustre_log.h @@ -80,15 +80,16 @@ enum llog_open_param { }; struct plain_handle_data { - cfs_list_t phd_entry; - struct llog_handle *phd_cat_handle; - struct llog_cookie phd_cookie; /* cookie of this log in its cat */ + struct list_head phd_entry; + struct llog_handle *phd_cat_handle; + /* cookie of this log in its cat */ + struct llog_cookie phd_cookie; }; struct cat_handle_data { - cfs_list_t chd_head; - struct llog_handle *chd_current_log; /* currently open log */ - struct llog_handle *chd_next_log; /* llog to be used next */ + struct list_head chd_head; + struct llog_handle *chd_current_log;/* currently open log */ + struct llog_handle *chd_next_log; /* llog to be used next */ }; static inline void logid_to_fid(struct llog_logid *id, struct lu_fid *fid)