"git@git.tuxist.de:jan.koester/linux.git" did not exist on "24982c5f7feca2f4d1b0b562a28b767d93a01ce0"
nfs: clean up sillyrenaming in nfs_rename()
The d_instantiate(new_dentry, NULL) is superfluous, the dentry is already negative. Rehashing this dummy dentry isn't needed either, d_move() works fine on an unhashed target. The re-checking for busy after a failed nfs_sillyrename() is bogus too: new_dentry->d_count < 2 would be a bug here. Signed-off-by:Miklos Szeredi <mszeredi@suse.cz> Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Loading
Please sign in to comment