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 7C2FC168A4 for ; Fri, 23 Feb 2024 06:36:24 +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=1708670187; cv=none; b=lxhMUGwcawKu8R0c8T0VN/F1UQLFkQWYsHoDu11rGdE4WzY5X+W1ZzBUN0f2f9aP0yAfvpTbIJhTK/jIcoqz4pFoIFKadJJkcXaH1uW/Vt3XBhce9/wfnHULAdTSKlImeDiFkKbHjzouThGjQxBYcHFj2uud0/NyzmsjklU+A7s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708670187; c=relaxed/simple; bh=feAxzI4gKGD+TNr6BsseqfxlDoe0e+5ms+76eZOPi6g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Cg9TXFAWuNwLbzvg6gpEvIQ4Nad1cneLnyIMJi/KIVW6doDlZeh0x4QRWoQkOPzQHizbJ6YannRhRV1sfwaTkCZ1PHZr5+AtPZB6X9OMp26XyaBCR0Xv8RDa7DfqDX5i/6CuEYePdnUscWl/jSZIQh+0XsFq/PIthVSchGi6CNo= 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 4898B68C7B; Fri, 23 Feb 2024 07:36:21 +0100 (CET) Date: Fri, 23 Feb 2024 07:36:20 +0100 From: Christoph Hellwig To: John Garry Cc: axboe@kernel.dk, linux-block@vger.kernel.org, hch@lst.de Subject: Re: [PATCH] null_blk: Delete nullb.{queue_depth, nr_queues} Message-ID: <20240223063620.GA11004@lst.de> References: <20240222083420.6026-1-john.g.garry@oracle.com> Precedence: bulk X-Mailing-List: linux-block@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: <20240222083420.6026-1-john.g.garry@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Thanks, this looks good to me: Reviewed-by: Christoph Hellwig