]> granicus.if.org Git - zfs/commit
Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEV
authorMarcel Telka <marcel.telka@nexenta.com>
Wed, 13 Jan 2016 23:35:55 +0000 (15:35 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 15 Jan 2016 23:38:35 +0000 (15:38 -0800)
commit812e91a7e3abe59565462e4bb2a01724afddb042
treec2dbb60a2d3dc2822459ce3190961e6d6493db44
parent82f6f6e654a51b47f9f2d642197852ced80487ee
Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEV

4039 zfs_rename()/zfs_link() needs stronger test for XDEV
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@nexenta.com>

References:
  https://www.illumos.org/issues/4039
  https://github.com/illumos/illumos-gate/commit/18e6497

Porting notes:
- This check was updated in Linux in a similar fashion early on in
  the port.  Therefore, this patch just reorders the function and
  updates the comment so it flows the same way as the upstream code.

Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4218
module/zfs/zfs_vnops.c