From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f200.google.com (mail-pf0-f200.google.com [209.85.192.200]) by kanga.kvack.org (Postfix) with ESMTP id C2CE16B0033 for ; Fri, 12 Jan 2018 12:11:53 -0500 (EST) Received: by mail-pf0-f200.google.com with SMTP id j26so5492352pff.8 for ; Fri, 12 Jan 2018 09:11:53 -0800 (PST) Received: from mail.kernel.org (mail.kernel.org. [198.145.29.99]) by mx.google.com with ESMTPS id c11si13868380pgv.110.2018.01.12.09.11.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jan 2018 09:11:52 -0800 (PST) Date: Fri, 12 Jan 2018 12:11:48 -0500 From: Steven Rostedt Subject: Re: [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes Message-ID: <20180112121148.20778932@gandalf.local.home> In-Reply-To: <20180112115454.17c03c8f@gandalf.local.home> References: <20180110132418.7080-1-pmladek@suse.com> <20180110132418.7080-2-pmladek@suse.com> <20180112115454.17c03c8f@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Petr Mladek Cc: Sergey Senozhatsky , akpm@linux-foundation.org, linux-mm@kvack.org, Cong Wang , Dave Hansen , Johannes Weiner , Mel Gorman , Michal Hocko , Vlastimil Babka , Peter Zijlstra , Linus Torvalds , Jan Kara , Mathieu Desnoyers , Tetsuo Handa , rostedt@home.goodmis.org, Byungchul Park , Sergey Senozhatsky , Tejun Heo , Pavel Machek , linux-kernel@vger.kernel.org On Fri, 12 Jan 2018 11:54:54 -0500 Steven Rostedt wrote: > #include > #include > #include > #include > #include > #include > > > > Hmm, how does one have git commit not remove the C preprocessor at the > start of the module? Probably just add a space in front of the entire program. -- Steve -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org