From 193854f2ad1e553fc0ac625a3f7cb1ada6631b5b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 22 Mar 1996 20:56:04 +0000 Subject: (diskfs_S_dir_unlink): Use new args for diskfs_dirremove. --- libdiskfs/dir-unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs') 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) -- cgit v1.2.3