Skip to content

Commit ecd1a5f

Browse files
committed
1 parent 32e1500 commit ecd1a5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fs/cachefiles/daemon.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,7 @@ static int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args)
703703
return -EBUSY;
704704
}
705705

706-
pr_warn("Cache is disabled for development\n");
707-
return -ENOANO; // Don't allow the cache to operate yet
708-
//return cachefiles_add_cache(cache);
706+
return cachefiles_add_cache(cache);
709707
}
710708

711709
/*

0 commit comments

Comments
 (0)