diff options
-rw-r--r-- | libdiskfs/dir-unlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/dir-unlink.c b/libdiskfs/dir-unlink.c index 047b4329..47107972 100644 --- a/libdiskfs/dir-unlink.c +++ b/libdiskfs/dir-unlink.c @@ -62,7 +62,6 @@ diskfs_S_dir_unlink (struct protid *dircred, return EISDIR; } - diskfs_purge_cache_node (dnp, np); error = diskfs_dirremove (dnp, ds); if (diskfs_synchronous) diskfs_node_update (dnp, 1); |