diff options
| author | Omar Rizwan <omar@omar.website> | 2020-12-04 13:44:35 -0800 | 
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2020-12-04 13:44:35 -0800 | 
| commit | e4c92ac4e988ca8fd9d5063d5288cb5f6b261b9c (patch) | |
| tree | cb1db1064dae49ff01977816d8d4e12b804acea6 /fs | |
| parent | 50c9f628900423e6d8c2ae542892e60524f8f6bf (diff) | |
trying to fix resource read. fix releasedir call.
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/tabfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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);  | 
