From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751925AbdJCOPF (ORCPT ); Tue, 3 Oct 2017 10:15:05 -0400 Received: from mail-io0-f178.google.com ([209.85.223.178]:52302 "EHLO mail-io0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdJCOPD (ORCPT ); Tue, 3 Oct 2017 10:15:03 -0400 X-Google-Smtp-Source: AOwi7QAlhPBYEMSbkprmn3125m7v773oORG4dWA27VfGq0LhuCdTX6M5IL9LkA0buS3ycNv9sIAjUw== Date: Tue, 3 Oct 2017 07:14:59 -0700 From: Tejun Heo To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , linux-scsi@vger.kernel.org, "Martin K . Petersen" , "James E . J . Bottomley" , Bart Van Assche , Oleksandr Natalenko , Johannes Thumshirn , Cathy Avery , Martin Steigerwald , linux-kernel@vger.kernel.org, Hannes Reinecke , Bart Van Assche Subject: Re: [PATCH V8 5/8] percpu-refcount: introduce __percpu_ref_tryget_live Message-ID: <20171003141459.GI3301751@devbig577.frc2.facebook.com> References: <20171003140406.26060-1-ming.lei@redhat.com> <20171003140406.26060-6-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171003140406.26060-6-ming.lei@redhat.com> 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, On Tue, Oct 03, 2017 at 10:04:03PM +0800, Ming Lei wrote: > Block layer need to call this function after holding > rcu lock in a real hot path, so introduce this helper. The patch description is too anemic. It doesn't even describe what changes are being made, let alone justifying them. Thanks. -- tejun