Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030220AbcJQQk2 (ORCPT ); Mon, 17 Oct 2016 12:40:28 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:53652 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932838AbcJQQkT (ORCPT ); Mon, 17 Oct 2016 12:40:19 -0400 Date: Mon, 17 Oct 2016 09:40:17 -0700 From: Christoph Hellwig To: Binoy Jayan Cc: Doug Ledford , Sean Hefty , Hal Rosenstock , Arnd Bergmann , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 8/8] IB/mlx5: Replace counting semaphore sem with wait condition Message-ID: <20161017164017.GC7207@infradead.org> References: <1476721862-7070-1-git-send-email-binoy.jayan@linaro.org> <1476721862-7070-9-git-send-email-binoy.jayan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476721862-7070-9-git-send-email-binoy.jayan@linaro.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 208 Lines: 5 On Mon, Oct 17, 2016 at 10:01:02PM +0530, Binoy Jayan wrote: > Counting semaphores are going away in the future, so replace the semaphore > umr_common::sem with an open-coded implementation. And NAK again..