From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6DEAA136649 for ; Mon, 20 May 2024 15:20:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716218456; cv=none; b=b/sxHVA+SAfFEERmpa08H2COB1+LlO/Jm7SmkL4dL2YhWdQ0dKRD3YG8jmaveXgnQ3h/fQwc4y6UNL41kRrU+o5iLAYvGEKxdK9xQXEzHO9fMB8c5S33OCoAn2D/J7hwTA0QKRtsH151GpTpnddsJ98pP2BhyMmt3QQ8xHf43iE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716218456; c=relaxed/simple; bh=+pgXsyd6XK8maucGpvWgMKFMQifoc0X71UZE8a2qISw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oDFXopNaF2v6wvOG6u4DSG2cwIkiB7FTFehk48U+jvjz0eKf1lX2m3/m+Z4t/Z3dDd2bGO5vhMXdfsFUC9DBXUMDGoIpnMasRR8GfMMEdoL0luH1YKISveAySoljB/G6eV5slBBfp06sGxd4+S1EvMJJLroIfnEDQ7pzLMiwejg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 0FBE768BFE; Mon, 20 May 2024 17:20:50 +0200 (CEST) Date: Mon, 20 May 2024 17:20:49 +0200 From: Christoph Hellwig To: "Dr. David Alan Gilbert" Cc: Christoph Hellwig , richard@nod.at, linux-um@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex' Message-ID: <20240520152049.GB398@lst.de> References: <20240505001508.255096-1-linux@treblig.org> <20240506070648.GA6506@lst.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, May 20, 2024 at 03:12:20PM +0000, Dr. David Alan Gilbert wrote: > * Christoph Hellwig (hch@lst.de) wrote: > > Looks good: > > > > Reviewed-by: Christoph Hellwig > > Thanks Christoph; any ideas who might take this? Probably Richard who is alredy on Cc.