From 1b7a78edffa6890d811b5e7d00778a2cc02b47a0 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 22 Oct 2020 14:46:13 -0700 Subject: [PATCH] inc: fuse: fuse_invalidate --- inc/fuse/fuse.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/fuse/fuse.h b/inc/fuse/fuse.h index 793234ec..4ef8de7d 100644 --- a/inc/fuse/fuse.h +++ b/inc/fuse/fuse.h @@ -245,9 +245,8 @@ int fuse_interrupted(void), FSP_FUSE_SYM( int fuse_invalidate(struct fuse *f, const char *path), { - (void)f; - (void)path; - return -EINVAL; + return FSP_FUSE_API_CALL(fsp_fuse_notify) + (fsp_fuse_env(), f, path, 0); }) FSP_FUSE_SYM(