use kernel cache also for the 'debug' option

master
szaka 2007-06-16 21:34:13 +00:00
parent b263ea5988
commit 0089974281
1 changed files with 1 additions and 1 deletions

View File

@ -2190,7 +2190,7 @@ int main(int argc, char *argv[])
if (fuse_opt_add_arg(&margs, "use_ino,kernel_cache") == -1)
fh = NULL;
} else {
if (fuse_opt_add_arg(&margs, "use_ino,debug") == -1)
if (fuse_opt_add_arg(&margs, "use_ino,kernel_cache,debug") == -1)
fh = NULL;
}
if (fh)