[PATCH] lib/rhashtable: fix comment on locks_mul default value

2017-08-15 Thread Davidlohr Bueso
As of 4cf0b354d92 (rhashtable: avoid large lock-array allocations), the default value for the locks multiplier was reduced from 128 to 32. Update the header file to reflect this. Signed-off-by: Davidlohr Bueso --- include/linux/rhashtable.h | 2 +- 1 file changed, 1

[PATCH] lib/rhashtable: fix comment on locks_mul default value

2017-08-15 Thread Davidlohr Bueso
As of 4cf0b354d92 (rhashtable: avoid large lock-array allocations), the default value for the locks multiplier was reduced from 128 to 32. Update the header file to reflect this. Signed-off-by: Davidlohr Bueso --- include/linux/rhashtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)