Use the correct variable name.

This commit is contained in:
Davide Italiano 2014-11-22 00:42:30 +00:00
parent c38b12220f
commit 0a4102656e

View File

@ -1252,7 +1252,7 @@ ufsdirhash_lowmem()
ufs_dirhashlowmemcount++;
memfreed = 0;
memwanted = ufs_dirhashmem * ufs_dirhash_reclaimpercent / 100;
memwanted = ufs_dirhashmem * ufs_dirhashreclaimpercent / 100;
DIRHASHLIST_LOCK();