Whamcloud - gitweb
Branch b1_8
authorliuy <liuy>
Tue, 8 Dec 2009 02:32:50 +0000 (02:32 +0000)
committerliuy <liuy>
Tue, 8 Dec 2009 02:32:50 +0000 (02:32 +0000)
commit242a8ded8bddd6fa339f154de98da88ca40bf3a8
tree699539e9353d6d84328ce8007e5e71db61ae3a17
parent5d4e53785a06ef7cf6a04db147cb7fffeaf65c0b
Branch b1_8
b=19518
i=adilger
i=bobijam

some fixes in lustre hash:
-no access to lh_rwlock if LH_REHASH is not set
-buckets are allocated one by one, to avoid unnecessary cacheline conflict
 (on bucket::lhb_rwlock) while searching.
lustre/include/class_hash.h
lustre/obdclass/class_hash.c