From 92dcccd684ec94324aa5bf10f9dc20db5b8e6a13 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 19 Mar 2007 09:49:52 -0400 Subject: Make sure to reply to FUSE, in releasedir op. Noticed by Karl Kiniger. --- dbfs.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit 1.2.3-korg