diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 18:00:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 18:00:11 +0000 |
commit | 374d7a6e084da2731a2b6ea21089c6ddbe30b8fc (patch) | |
tree | 3202a91f49a9f6c0efdb57a5bfb70ac04a37caac /nfs/ops.c | |
parent | c13fec07ff51c504c4640937f0932209f09accbf (diff) |
(netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.
Diffstat (limited to 'nfs/ops.c')
-rw-r--r-- | nfs/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |