From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751868AbdFTIaY (ORCPT ); Tue, 20 Jun 2017 04:30:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36278 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbdFTIaV (ORCPT ); Tue, 20 Jun 2017 04:30:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2AB4213AA1 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2AB4213AA1 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 In-Reply-To: References: <149789463636.9059.16943955939303454611.stgit@localhost.localdomain> To: David Rientjes Cc: dhowells@redhat.com, Kirill Tkhai , linux-ia64@vger.kernel.org, avagin@virtuozzo.com, peterz@infradead.org, heiko.carstens@de.ibm.com, hpa@zytor.com, gorcunov@virtuozzo.com, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, x86@kernel.org, mingo@redhat.com, mattst88@gmail.com, fenghua.yu@intel.com, arnd@arndb.de, ink@jurassic.park.msu.ru, tglx@linutronix.de, rth@twiddle.net, tony.luck@intel.com, linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, schwidefsky@de.ibm.com, davem@davemloft.net Subject: Re: [PATCH 0/7] rwsem: Implement down_read_killable() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <407.1497945958.1@warthog.procyon.org.uk> From: David Howells Date: Tue, 20 Jun 2017 09:30:14 +0100 Message-ID: <2406.1497947414@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 20 Jun 2017 08:30:21 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Rientjes wrote: > I would have expected to see down_read_killable() actually used somewhere > after its implementation as part of this patchset. There are some places we should be using down_{read|write}_interruptible(), if it existed, dressed as inode_lock{,_shared}_interruptible(). David