From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: dm thin: inverted down_trylock() test Date: Tue, 25 Feb 2014 07:49:22 -0500 Message-ID: <20140225124922.GA639@redhat.com> References: <20140225083509.GB5023@elgon.mountain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140225083509.GB5023@elgon.mountain> Sender: kernel-janitors-owner@vger.kernel.org To: Dan Carpenter Cc: Alasdair Kergon , Joe Thornber , dm-devel@redhat.com, Neil Brown , linux-raid@vger.kernel.org, kernel-janitors@vger.kernel.org List-Id: linux-raid.ids On Tue, Feb 25 2014 at 3:35am -0500, Dan Carpenter wrote: > down_trylock() is the opposite of mutex_trylock(). It returns zero on > success and one on failure. > > Fixes: f4ef95631ebf ('dm thin: do not run the worker thread if pool is suspended') > Signed-off-by: Dan Carpenter Thanks for the fix, but that commit has since been dropped.