mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fuse: make access a no-op
This commit is contained in:
@@ -802,8 +802,8 @@ int mediafirefs_access(const char *path, int mode)
|
|||||||
{
|
{
|
||||||
(void)path;
|
(void)path;
|
||||||
(void)mode;
|
(void)mode;
|
||||||
fprintf(stderr, "access not implemented\n");
|
fprintf(stderr, "access is a no-op\n");
|
||||||
return -ENOENT;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int mediafirefs_utimens(const char *path, const struct timespec tv[2])
|
int mediafirefs_utimens(const char *path, const struct timespec tv[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user