David Howells
2021-11-26 21:04:23 +00:00
parent 32e150037d
commit ecd1a5f62e
+1 -3
View File
@@ -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);
}
/*