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