Live data from Hacker News

Popcorn Linux

lkml.org

1–2 of 2 posts

Re: Popcorn Linux

#2
I wonder if Linus will complain about using curly braces for single-line if statements! e.g.

+#ifdef CONFIG_POPCORN_CHECK_SANITY

+ if (WARN_ON(distributed_remote_process(current))) {

+ printk(" file write at remote thread is not supported yet\n");

+ }

+#endif