summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-14 18:00:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-14 18:00:11 +0000
commit374d7a6e084da2731a2b6ea21089c6ddbe30b8fc (patch)
tree3202a91f49a9f6c0efdb57a5bfb70ac04a37caac
parentc13fec07ff51c504c4640937f0932209f09accbf (diff)
(netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.
-rw-r--r--nfs/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/ops.c b/nfs/ops.c
index f0ecb882..221d815d 100644
--- a/nfs/ops.c
+++ b/nfs/ops.c
@@ -760,7 +760,7 @@ netfs_attempt_unlink (struct netcred *cred, struct node *dir,
do
{
sprintf (newname, ".nfs%xgnu.%d", (int) np, n++);
- err = netfs_attempt_link (cred, dir, np, newname);
+ err = netfs_attempt_link (cred, dir, np, newname, 1);
}
while (err == EEXIST);