staging: lustre: wrong parameter to cfs_hash_keycpy
authorLiang Zhen <liang.zhen@intel.com>
Wed, 4 Nov 2015 18:39:57 +0000 (13:39 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commitcf02dfef8a3de0e45e4907a374dbc53890cc9ee5
treed70b48ba45e3a4ef55b04d813f4ce44b7ff62b38
parenta4be078d7818e8712cb5d78b95542877a6f75071
staging: lustre: 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>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4362
Reviewed-on: http://review.whamcloud.com/8509
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/hash.c