From: Mathieu Desnoyers Date: Mon, 28 Nov 2011 14:37:21 +0000 (-0500) Subject: Fix cds_lfht field order X-Git-Tag: v0.7.0~43^2~29 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=f45b03e03cc09b539b6f6c4f6a72663c212343d8;hp=f45b03e03cc09b539b6f6c4f6a72663c212343d8;p=urcu.git Fix cds_lfht field order * Lai Jiangshan (laijs@cn.fujitsu.com) wrote: > 3fd3f554f6eb18ae5ec526b82025a53a554f775d are wrong, > > 1) dynamic len tbl_chunk must at the end of cds_lfht, (so I put all the mm field at the end of cds_lfht). My bad, will fix. > > 2) lists of hot access fields: > size > tbl_order/chunk/mmap > bucket_at > flags (testing for counting) > split_count > min_alloc_buckets_order (bucket_at() for chunk mm) > min_nr_alloc_buckets (buket_at() for order mm and chunk mm) Suggested-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers ---