From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Subject: Re: decouple block open flags from fmode_t Date: Wed, 7 Jun 2023 11:27:45 +0200 Message-ID: <20230607-erwandern-posen-d5d15c9c2444@brauner> References: <20230606073950.225178-1-hch@lst.de> <20230606-raumtemperatur-languste-045c5472f6a0@brauner> <20230606084042.GA30379@lst.de> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686130073; bh=I2UkqvXe3LAhxUZQ23TbbFjrzI8zVg3feJWvj1ZjawE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qIF5MQgVjaCU+MRlpJX9bdU66RYDnkWRk2lKrDnWx9ucpiPnToEUkd1U5Dy/rjQz1 7gmmu48tc7U+A8VzancF/0gAQHUGbi9FiTSsROsD+o+QHAjwmUEZjswQ+A1sXf6nhR kfHjaFtOQj0xe1Ze/9BQpoq3Ja0IFOmMU6VIlaGRCOhubKRfuSMlKvTIwpFcJXDmH+ bMvjKaPX/w+ioU6o6Gr+Ofh5QFO4aw7AuFHZ7RCL6ScePZutaskI4egsGT7OJ0DEfH pHBrWWb1KgIkb5itNtMApDVemlwylJZE6KoRZTn9hEkupDRw+s4gfju/aamXpLLVvL mKtoh9S4m7YzQ== Content-Disposition: inline In-Reply-To: <20230606084042.GA30379@lst.de> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Jens Axboe , Richard Weinberger , Josef Bacik , "Md. Haris Iqbal" , Jack Wang , Phillip Potter , Coly Li , Miquel Raynal , Vignesh Raghavendra , "Martin K. Petersen" , Chris Mason , David Sterba , Alexander Viro , "Rafael J. Wysocki" , Pavel Machek , dm-devel@redhat.com, linux-block@vger.kernel.org, linux-um@lists.infradead.org, linux-scsi@vger.kernel.org, linux-bcache@vger.kernel.org, linux-mtd@lists.infradead.org, linux-nvme@lists.infradead.org, linux-btrfs@vger. On Tue, Jun 06, 2023 at 10:40:42AM +0200, Christoph Hellwig wrote: > On Tue, Jun 06, 2023 at 10:27:14AM +0200, Christian Brauner wrote: > > On Tue, Jun 06, 2023 at 09:39:19AM +0200, Christoph Hellwig wrote: > > > Hi all, > > > > > > this series adds a new blk_mode_t for block open flags instead of abusing > > > > Trying to look at this series applied but doesn't apply cleanly for > > anything v6.4-rc* related. What tree is this on? > > Jens' for-6.5/block tree. > > I also have a git tree here: > > git://git.infradead.org/users/hch/block.git blk-open-release > > Gitweb: > > http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/blk-open-release Thanks! I pulled from your tree.