mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-24 19:23:18 -05:00
inc: fuse: fuse_invalidate
This commit is contained in:
@@ -245,9 +245,8 @@ int fuse_interrupted(void),
|
|||||||
FSP_FUSE_SYM(
|
FSP_FUSE_SYM(
|
||||||
int fuse_invalidate(struct fuse *f, const char *path),
|
int fuse_invalidate(struct fuse *f, const char *path),
|
||||||
{
|
{
|
||||||
(void)f;
|
return FSP_FUSE_API_CALL(fsp_fuse_notify)
|
||||||
(void)path;
|
(fsp_fuse_env(), f, path, 0);
|
||||||
return -EINVAL;
|
|
||||||
})
|
})
|
||||||
|
|
||||||
FSP_FUSE_SYM(
|
FSP_FUSE_SYM(
|
||||||
|
Reference in New Issue
Block a user