From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: blk-mq: make sure that correct hctx->dispatch_from is set To: Bart Van Assche , "huhai@kylinos.cn" Cc: "linux-block@vger.kernel.org" , "ming.lei@redhat.com" References: <6c265e65-d248-f6e0-1be4-e4223f1a4ed6@kernel.dk> <07c44734-2aeb-79b2-6404-893b575debd5@kernel.dk> From: Jens Axboe Message-ID: Date: Fri, 18 May 2018 09:15:46 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 List-ID: On 5/18/18 9:10 AM, Bart Van Assche wrote: > On Fri, 2018-05-18 at 22:46 +0800, huhai wrote: >> Yes, it is more readable >> >> Finally, thank you for reminding me. Next time I'll change gmail to submit patch. > > Hello Huhai, > > Please have a look at Documentation/process/email-clients.rst. Yeah, I did point at that one too. For sending out patches, I would strongly recommend just using git send-email. It works fine with gmail, that's what I always use. $ cat ~/.gitconfig [sendemail] from = Jens Axboe smtpserver = smtp.gmail.com smtpuser = axboe@kernel.dk smtpencryption = tls smtppass = smtpserverport = 587 -- Jens Axboe