aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2020-12-04 13:44:35 -0800
committerOmar Rizwan <omar@omar.website>2020-12-04 13:44:35 -0800
commite4c92ac4e988ca8fd9d5063d5288cb5f6b261b9c (patch)
treecb1db1064dae49ff01977816d8d4e12b804acea6 /fs
parent50c9f628900423e6d8c2ae542892e60524f8f6bf (diff)
trying to fix resource read. fix releasedir call.
Diffstat (limited to 'fs')
-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);