ncpfs: successful rename() should invalidate caches for parents
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2159184ea0
commit
3f4a949410
|
@ -1145,6 +1145,8 @@ static int ncp_rename(struct inode *old_dir, struct dentry *old_dentry,
|
||||||
case 0x00:
|
case 0x00:
|
||||||
ncp_dbg(1, "renamed %pd -> %pd\n",
|
ncp_dbg(1, "renamed %pd -> %pd\n",
|
||||||
old_dentry, new_dentry);
|
old_dentry, new_dentry);
|
||||||
|
ncp_d_prune(old_dentry);
|
||||||
|
ncp_d_prune(new_dentry);
|
||||||
break;
|
break;
|
||||||
case 0x9E:
|
case 0x9E:
|
||||||
error = -ENAMETOOLONG;
|
error = -ENAMETOOLONG;
|
||||||
|
|
Loading…
Reference in New Issue