Whamcloud - gitweb
Land b1_6_bug11013 onto HEAD (20070313_0924)
authoryzy <yzy>
Tue, 13 Mar 2007 01:43:45 +0000 (01:43 +0000)
committeryzy <yzy>
Tue, 13 Mar 2007 01:43:45 +0000 (01:43 +0000)
commit23e251073dfcca0f446bac9b0760118ba17cccf5
tree62551c8b007c1cadedb46674b6c66df32fc27974
parentf1859f56bd859501cabb3fd2b7ec06e1b93a5079
Land b1_6_bug11013 onto HEAD (20070313_0924)
b=11013
r=adilger

implement a common hash table, so it will be used as a hash class.
in this patch, finished :
1. " UUID <--> export " hash
2. " NID  <--> export " hash
3. "NetPeer <--> connect" hash
14 files changed:
lustre/include/Makefile.am
lustre/include/class_hash.h [new file with mode: 0644]
lustre/include/liblustre.h
lustre/include/lustre_export.h
lustre/include/lustre_net.h
lustre/include/obd.h
lustre/ldlm/ldlm_lib.c
lustre/obdclass/Makefile.in
lustre/obdclass/autoMakefile.am
lustre/obdclass/class_hash.c [new file with mode: 0644]
lustre/obdclass/genops.c
lustre/obdclass/obd_config.c
lustre/ptlrpc/connection.c
lustre/ptlrpc/ptlrpc_module.c