]> git.proxmox.com Git - mirror_zfs.git/commit
Dbuf hash table should be sized as is the arc hash table
authorTim Chase <tim@chase2k.com>
Mon, 31 Aug 2015 01:59:23 +0000 (20:59 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Sep 2015 16:33:02 +0000 (09:33 -0700)
commit69de34219af4a4d100cc5ed155a68ab03393fca4
treef02a38e93b7280b54576d045c240ff46a72ad2b1
parent6cde64351e236712a17d41c1578d5843a0f006e4
Dbuf hash table should be sized as is the arc hash table

Commit 49ddb315066e372f31bda29a5c546a9eccc8b418 added the
zfs_arc_average_blocksize parameter to allow control over the size of
the arc hash table.  The dbuf hash table's size should be determined
similarly.

Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3721
include/sys/arc.h
module/zfs/dbuf.c