From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756759AbcFHRq0 (ORCPT ); Wed, 8 Jun 2016 13:46:26 -0400 Received: from casper.infradead.org ([85.118.1.10]:54473 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754308AbcFHRqZ (ORCPT ); Wed, 8 Jun 2016 13:46:25 -0400 Date: Wed, 8 Jun 2016 18:46:21 +0100 (BST) From: James Simmons To: Binoy Jayan cc: Greg Kroah-Hartman , Oleg Drokin , Andreas Dilger , lustre-devel@lists.lustre.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 0/2] *** staging: lustre: Replace semaphore lock with mutex *** In-Reply-To: <1465372242-7116-1-git-send-email-binoy.jayan@linaro.org> Message-ID: References: <1465372242-7116-1-git-send-email-binoy.jayan@linaro.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160608_184621_256723_9803575B X-CRM114-Status: GOOD ( 15.62 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.0 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 NO_RELAYS Informational: message was not relayed via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi, > > These are a set of patches which removes semaphores from: > > drivers/staging/lustre (lnet) > > These are part of a bigger effort to eliminate all semaphores > from the linux kernel. > > They build correctly (individually and as a whole). > > Thanks, > Binoy I just finishing running the latest staging tree againt our test suite so I'm going to look to testing your patch next. > Binoy Jayan (2): > staging: lustre: lloop_device: Replace semaphore lo_sem with > completion This patch can be dropped. I will be shortly submitting a patch to remove the lloop back device. > staging: lustre: lnet: Replace semaphore ln_rc_signal with completion Will send a ack once I'm done testing. > drivers/staging/lustre/include/linux/lnet/lib-types.h | 3 ++- > drivers/staging/lustre/lnet/lnet/router.c | 9 +++++---- > drivers/staging/lustre/lustre/llite/lloop.c | 14 +++++++------- > 3 files changed, 14 insertions(+), 12 deletions(-) > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > > _______________________________________________ > devel mailing list > devel@linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel >