Popcorn Linux(lkml.org)11 points·by 0x76·vor 6 Jahren·1 commentslkml.orgPopcorn Linuxhttps://lkml.org/lkml/2020/4/29/11111 commentsPost comment[–]dirtydroog·vor 6 JahrenreplyI 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
+#ifdef CONFIG_POPCORN_CHECK_SANITY
+ if (WARN_ON(distributed_remote_process(current))) {
+ printk(" file write at remote thread is not supported yet\n");
+ }
+#endif