diff --git a/module/zfs/zpl_ctldir.c b/module/zfs/zpl_ctldir.c index a2d8fa9fe..7dfaf6ebc 100644 --- a/module/zfs/zpl_ctldir.c +++ b/module/zfs/zpl_ctldir.c @@ -356,13 +356,6 @@ zpl_snapdir_automount(struct path *path) if (error) return ERR_PTR(error); - /* - * Ensure path->dentry points to the dentry for the root of the - * newly-mounted snapshot, otherwise this function may be called - * repeatedly which can lead to an incorrect ELOOP error return. - */ - follow_up(path); - /* * Rather than returning the new vfsmount for the snapshot we must * return NULL to indicate a mount collision. This is done because