diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-22 20:55:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-22 20:55:16 +0000 |
commit | 7c6e23e123a6a51aa4f26d900c76e649314e1d94 (patch) | |
tree | a0ca8cef0716a0ca30edea719d62b75f479913e9 | |
parent | 0ca4dc560de140b4da0c6fcbcab9adaa8277f792 (diff) |
(diskfs_S_dir_rmdir): Use new args for diskfs_dirremove.
-rw-r--r-- | libdiskfs/dir-rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-rmdir.c b/libdiskfs/dir-rmdir.c index a9b5ce00..cded76a0 100644 --- a/libdiskfs/dir-rmdir.c +++ b/libdiskfs/dir-rmdir.c @@ -76,7 +76,7 @@ diskfs_S_dir_rmdir (struct protid *dircred, return ENOTEMPTY; } - error = diskfs_dirremove (dnp, ds); + error = diskfs_dirremove (dnp, np, name, ds); if (!error) { np->dn_stat.st_nlink--; |