Whamcloud - gitweb
LU-4362 libcfs: wrong parameter to cfs_hash_keycpy 09/8509/2
authorLiang Zhen <liang.zhen@intel.com>
Mon, 9 Dec 2013 12:39:35 +0000 (20:39 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 10 Dec 2013 04:19:22 +0000 (04:19 +0000)
commite44670a0301d3edf13ebd1bc728ad4c797369de2
tree02d373917b8724ebaccccd3e33cd4cf1c644ddc4
parent98ac0fe3a45dde62759ecaa4c84e6250ac2067f8
LU-4362 libcfs: wrong parameter to cfs_hash_keycpy

cfs_hash_rehash_key() passed wrong parameter to cfs_hash_keycpy,
hnode should be the second parameter not the third one.

Signed-off-by: Liang Zhen <liang.zhen@intel.com>
Change-Id: I44f73e4d2ffdeab5b021d49642598e939ebacee5
Reviewed-on: http://review.whamcloud.com/8509
Tested-by: Jenkins
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
libcfs/libcfs/hash.c