From e4c92ac4e988ca8fd9d5063d5288cb5f6b261b9c Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 4 Dec 2020 13:44:35 -0800 Subject: trying to fix resource read. fix releasedir call. --- fs/tabfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/tabfs.c') 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); -- cgit v1.2.3