aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-03-19 09:49:52 -0400
committerJeff Garzik <jeff@garzik.org>2007-03-19 09:49:52 -0400
commit92dcccd684ec94324aa5bf10f9dc20db5b8e6a13 (patch)
tree482cde2366472364577d6aa468a5057389d2e87b
parentae90ffefea772881ff68a2db017746e16f045233 (diff)
downloaddbfs-92dcccd684ec94324aa5bf10f9dc20db5b8e6a13.tar.gz
Make sure to reply to FUSE, in releasedir op.
Noticed by Karl Kiniger.
-rw-r--r--dbfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbfs.c b/dbfs.c
index 935d0ee..d50076a 100644
--- a/dbfs.c
+++ b/dbfs.c
@@ -967,6 +967,8 @@ static void dbfs_op_releasedir(fuse_req_t req, fuse_ino_t ino,
/* release directory contents */
free(p);
+
+ fuse_reply_err(req, 0);
}
static void dbfs_op_fsyncdir (fuse_req_t req, fuse_ino_t ino,