From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-f172.google.com (mail-yw1-f172.google.com [209.85.128.172]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 028534203C1 for ; Tue, 11 Jun 2024 18:50:57 +0200 (CEST) Received: by mail-yw1-f172.google.com with SMTP id 00721157ae682-627f3265898so62729737b3.3 for ; Tue, 11 Jun 2024 09:50:57 -0700 (PDT) Date: Tue, 11 Jun 2024 12:50:55 -0400 From: Josef Bacik To: Christoph Hellwig Subject: Re: [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size Message-ID: <20240611165055.GD247672@perftesting> References: <20240611051929.513387-1-hch@lst.de> <20240611051929.513387-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240611051929.513387-10-hch@lst.de> Cc: nvdimm@lists.linux.dev, "Michael S. Tsirkin" , Jason Wang , linux-nvme@lists.infradead.org, Song Liu , linux-mtd@lists.infradead.org, Vineeth Vijayan , linux-bcache@vger.kernel.org, Alasdair Kergon , drbd-dev@lists.linbit.com, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, Richard Weinberger , Geert Uytterhoeven , Yu Kuai , dm-devel@lists.linux.dev, linux-um@lists.infradead.org, Mike Snitzer , virtualization@lists.linux.dev, Ming Lei , linux-raid@vger.kernel.org, linux-m68k@lists.linux-m68k.org, Mikulas Patocka , xen-devel@lists.xenproject.org, ceph-devel@vger.kernel.org, nbd@other.debian.org, Jens Axboe , linux-block@vger.kernel.org, "Martin K. Petersen" , linux-mmc@vger.kernel.org, Philipp Reisner , Lars Ellenberg , linuxppc-dev@lists.ozlabs.org, Roger Pau =?iso-8859-1?Q?Monn=E9?= List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jun 11, 2024 at 07:19:09AM +0200, Christoph Hellwig wrote: > Move setting the cache control flags in nbd in preparation for moving > these flags into the queue_limits structure. > > Signed-off-by: Christoph Hellwig Reviewed-by: Josef Bacik Thanks, Josef