mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
inc: fuse: fuse_invalidate
This commit is contained in:
parent
6340811974
commit
1b7a78edff
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user