mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-09 07:16:11 -04:00
main: accept kernel_cache option
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
53d93f5938
commit
3b0ff43029
2
main.c
2
main.c
@ -4419,6 +4419,8 @@ fuse_opt_proc (void *data, const char *arg, int key, struct fuse_args *outargs)
|
|||||||
return 1;
|
return 1;
|
||||||
if (strcmp (arg, "splice_move") == 0)
|
if (strcmp (arg, "splice_move") == 0)
|
||||||
return 1;
|
return 1;
|
||||||
|
if (strcmp (arg, "kernel_cache") == 0)
|
||||||
|
return 1;
|
||||||
if (strcmp (arg, "max_write") == 0)
|
if (strcmp (arg, "max_write") == 0)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user