Index: sys/ofed/drivers/infiniband/core/mad_priv.h =================================================================== --- sys/ofed/drivers/infiniband/core/mad_priv.h +++ sys/ofed/drivers/infiniband/core/mad_priv.h @@ -123,9 +123,9 @@ /* Structure for timeout-fifo entry */ struct tf_entry { - unsigned long exp_time; /* entry expiration time */ - struct list_head fifo_list; /* to keep entries in fifo order */ struct list_head to_list; /* to keep entries in timeout order */ + struct list_head fifo_list; /* to keep entries in fifo order */ + unsigned long exp_time; /* entry expiration time */ int canceled; /* indicates whether entry is canceled */ };