aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tabfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tabfs.c')
-rw-r--r--fs/tabfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tabfs.c b/fs/tabfs.c
index f52a143..13cd7ee 100644
--- a/fs/tabfs.c
+++ b/fs/tabfs.c
@@ -212,7 +212,7 @@ tabfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler,
static int
tabfs_releasedir(const char *path, struct fuse_file_info *fi) {
send_request("{op: %Q, path: %Q, fh: %d}",
- "release", path, fi->fh);
+ "releasedir", path, fi->fh);
receive_response("{}", NULL);