Skip to content

Commit

Permalink
Illumos 6096 - ZFS_SMB_ACL_RENAME needs to cleanup better
Browse files Browse the repository at this point in the history
6096 ZFS_SMB_ACL_RENAME needs to cleanup better
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Gordon Ross <[email protected]>
Reviewed by: George Wilson <[email protected]>
Approved by: Robert Mustacchi <[email protected]>

References:
  https://www.illumos.org/issues/6096
  illumos/illumos-gate@8f5190a5

Ported-by: Brian Behlendorf <[email protected]>
  • Loading branch information
Dan McDonald authored and behlendorf committed Feb 5, 2016
1 parent b77222c commit a4d179e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/zfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4847,6 +4847,7 @@ zfs_ioc_smb_acl(zfs_cmd_t *zc)
if ((error = get_nvlist(zc->zc_nvlist_src,
zc->zc_nvlist_src_size, zc->zc_iflags, &nvlist)) != 0) {
VN_RELE(vp);
VN_RELE(ZTOV(sharedir));
ZFS_EXIT(zsb);
return (error);
}
Expand Down

0 comments on commit a4d179e

Please sign in to comment.