by 0x76 on 4/29/20, 9:35 PM with 1 comments
by dirtydroog on 4/29/20, 10:07 PM
+#ifdef CONFIG_POPCORN_CHECK_SANITY
+ if (WARN_ON(distributed_remote_process(current))) {
+ printk(" file write at remote thread is not supported yet\n");
+ }
+#endif