Whamcloud - gitweb
LU-4362 libcfs: wrong parameter to cfs_hash_keycpy 10/8510/2
authorLiang Zhen <liang.zhen@intel.com>
Mon, 9 Dec 2013 12:44:32 +0000 (20:44 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 10 Dec 2013 04:19:32 +0000 (04:19 +0000)
commit85c734a5ffe2be48112ffcddca4807d200351d58
treed0bef90aa9fc1115f369b140791dadbaa1a0ba6e
parent1ab8c61ddbcc580b16e36039884f99e63b78afe9
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: Ib5b61a2f2bbd85848429ae5eae3702cb98d548d8
Reviewed-on: http://review.whamcloud.com/8510
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
libcfs/libcfs/hash.c