Commit 26c5d2db authored by Yang Sheng's avatar Yang Sheng Committed by Greg Kroah-Hartman
Browse files

staging: lustre: libcfs: report hnode value for cfs_hash_putref

parent b4f840c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1215,7 +1215,7 @@ cfs_hash_find_or_add(struct cfs_hash *hs, const void *key,
	struct cfs_hash_bd bds[2];
	int bits = 0;

	LASSERT(hlist_unhashed(hnode));
	LASSERTF(hlist_unhashed(hnode), "hnode = %p\n", hnode);

	cfs_hash_lock(hs, 0);
	cfs_hash_dual_bd_get_and_lock(hs, key, bds, 1);