7454: renaming of mount points should not be allowed
Review Request #233 — Created Oct. 8, 2016 and submitted
Information | |
---|---|
gwr | |
illumos-gate | |
7454 | |
Reviewers | |
general | |
7454: renaming of mount points should not be allowed
zfs create tank/test
zfs create tank/test/sub1
mv /tank/fs/sub1 /tank/fs/sub2
(should report EBUSY)
Change Summary:
Move the "is root" (mountpoint) test a little later, so it doesn't affect EXDEV or EROFS cases.
Diff: |
Revision 2 (+10) |
---|