]> granicus.if.org Git - zfs/commit
Fix regression introduced in port of Illumos #3744
authorAndrey Vesnovaty <andrey.vesnovaty@gmail.com>
Tue, 26 Nov 2013 14:21:23 +0000 (16:21 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 20 Mar 2014 18:00:48 +0000 (11:00 -0700)
commit00fcdee1f88f5f1413913f26ebd1cc43107e82e0
treefd36b27064a48f4508495c35b7d0540e0f246668
parente2282ef57edc79cdce2a4b9b7e3333c56494a807
Fix regression introduced in port of Illumos #3744

Remove the redundant call to zfs_unmount_snap() which was being
done after char array was freed,

This fixes an upstream regression that was introduced in commit
zfsonlinux/zfs@d09f25dc66774959499a89bf3680d09c6e541ce8, which
ported the Illumos 3744 changes.

Signed-off-by: Andrey Vesnovaty <andrey.vesnovaty@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Closes #2156
module/zfs/zfs_ioctl.c