summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs-fops.c')
-rw-r--r--api/src/glfs-fops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-fops.c b/api/src/glfs-fops.c
index 93c5101a0..f3ac335fb 100644
--- a/api/src/glfs-fops.c
+++ b/api/src/glfs-fops.c
@@ -1563,7 +1563,7 @@ retry:
goto out;
}
- ret = syncop_rmdir (subvol, &loc);
+ ret = syncop_rmdir (subvol, &loc, 0);
ESTALE_RETRY (ret, errno, reval, &loc, retry);