From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460AbdLLSDh (ORCPT ); Tue, 12 Dec 2017 13:03:37 -0500 Received: from mail-qt0-f169.google.com ([209.85.216.169]:37738 "EHLO mail-qt0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532AbdLLSDa (ORCPT ); Tue, 12 Dec 2017 13:03:30 -0500 X-Google-Smtp-Source: ACJfBos40CcY/5Uh096GTs8B0lHfWIwLWEVbdXOrCDju+O8t3fVwEgWFg0shn0FM1m1Dk18lEYSoeg== Date: Tue, 12 Dec 2017 10:03:26 -0800 From: Tejun Heo To: Peter Zijlstra Cc: axboe@kernel.dk, linux-kernel@vger.kernel.org, oleg@redhat.com, kernel-team@fb.com, osandov@fb.com Subject: Re: [PATCH 2/6] blk-mq: replace timeout synchronization with a RCU and generation based scheme Message-ID: <20171212180326.GI3919388@devbig577.frc2.facebook.com> References: <20171209192525.982030-1-tj@kernel.org> <20171209192525.982030-3-tj@kernel.org> <20171212101052.6psxrcunka63d5uf@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171212101052.6psxrcunka63d5uf@hirez.programming.kicks-ass.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Peter. On Tue, Dec 12, 2017 at 11:10:52AM +0100, Peter Zijlstra wrote: > > + seqcount_t gstate_seqc; > > + u64 gstate; > > We typically name seqcount_t thingies _seq. Will rename. Thanks. -- tejun