Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
This reverts commit
6c0bc35093beaa2d77fedbe13320afce2d665ff9 which could
call d_move() without holding the directory's i_mutex, and reverts commit
d7d47653d2de711285f5e27f2ace5034e8d73bdf "NFS: Fix old dentry rehash after
move", which was a follow-up fix.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Fixes: 6c0bc35093be ("NFS: nfs_rename() handle -ERESTARTSYS dentry left behind")
Cc: stable@vger.kernel.org # v4.10+
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>