Commit ecd1a5f6 authored by David Howells's avatar David Howells
Browse files
parent 32e15003
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);
}

/*