From: Brian Behlendorf Date: Thu, 26 Aug 2010 17:52:40 +0000 (-0700) Subject: Fix stack dsl_dataset_destroy() X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=81a4966389518651823deec8719fbf98df002102;hp=81a4966389518651823deec8719fbf98df002102;p=zfs.git Fix stack dsl_dataset_destroy() Move dsl_dataset_t local variable from the stack to the heap. This reduces the stack usage of this function from 2048 bytes to 176 bytes for x84_64 arches. Signed-off-by: Brian Behlendorf ---