Commit ecd1a5f6 authored by David Howells's avatar David Howells
parent 32e15003
......@@ -703,9 +703,7 @@ static int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args)
return -EBUSY;
}
pr_warn("Cache is disabled for development\n");
return -ENOANO; // Don't allow the cache to operate yet
//return cachefiles_add_cache(cache);
return cachefiles_add_cache(cache);
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment