]> granicus.if.org Git - zfs/commit
Remove double counting HDR_L2ONLY_SIZE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2015 18:56:02 +0000 (11:56 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 Jul 2015 16:42:44 +0000 (09:42 -0700)
commit3056818343048a7406f34a0a050d6b2733d8a813
treebc42459b896cbdbb13f7384703a78668a8dba1f1
parent8c8af9d807cfed74c786c076ef4f708b7ccdc51b
Remove double counting HDR_L2ONLY_SIZE

Commit d962d5d didn't quite properly resolve the HDR_L2ONLY_SIZE
accounting.  Accounting is now performed only in the constructor
and destructor which is a nice simplification.  It should have
been removed the from create and destroy functions.  This brings
up back in sync with upstream.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3533
module/zfs/arc.c