]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
zfsctl_ops_snapshot: remove methods should never be called
authoravg <avg@FreeBSD.org>
Mon, 16 May 2016 07:24:30 +0000 (07:24 +0000)
committeravg <avg@FreeBSD.org>
Mon, 16 May 2016 07:24:30 +0000 (07:24 +0000)
commitbd8e66c093e248a83e5a243d17498a8863ae229c
tree53f75a1c2b885f0c1ba50610d5f532c9049c2b26
parent65bf3683236946d992fb33827f4bc8b691f0f39e
zfsctl_ops_snapshot: remove methods should never be called

We pretend that snapshots mounted under .zfs are part of the original
filesystem and we try very hard to hide vnodes on top of which the snapshots
are mounted.  Given that I believe that the removed operations should
never be called.  They might have been called previously because
of issues fixed in r299906, r299908 and r299913.

MFC after: 5 weeks
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c