cachefiles: Allow cachefiles to actually function
[linux-2.6-microblaze.git] / fs / cachefiles / daemon.c
index 61e8740..45af558 100644 (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);
 }
 
 /*