From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: decouple block open flags from fmode_t Date: Tue, 6 Jun 2023 10:40:42 +0200 Message-ID: <20230606084042.GA30379@lst.de> References: <20230606073950.225178-1-hch@lst.de> <20230606-raumtemperatur-languste-045c5472f6a0@brauner> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WcRxDdb3Mc4cvqAtyQu/VMBqgakZKB2/wbXVOO8uQ1A=; b=GpDzlyTgcaz1L1/EWx0b+qPBJ4 a7BpqMfpWR1BpJOLtp4v2wTnVFTUwr/S8L9IUawy2HZV8uEN1hhi37btdBPIwl5kFXN0RtDp0cGIa b5QvuQXnaEo9u9ijMNjuwZW/Guh/yqx19dNkNoeuYgydFiR5XLrx3DMXajGrd63gv9Ds=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=WcRxDdb3Mc4cvqAtyQu/VMBqgakZKB2/wbXVOO8uQ1A=; b=fF69NIZwHKiVtx6W+KI2B8srjD fjVO/8zMl1um2vwQcq8fIVE2HWwNUcvO0zlsrGV1nm5YZvBJwImpFwh5JLELg+L24QcF84wqvLZ4C xcTB+gTNsZ/ERi+VGRiqr8pdWb/sPQaDeR5uSvcJCJOx+o0DlANpDG4mofVkDv23pwpk=; Content-Disposition: inline In-Reply-To: <20230606-raumtemperatur-languste-045c5472f6a0@brauner> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: Christian Brauner Cc: Vignesh Raghavendra , "Rafael J. Wysocki" , linux-nvme@lists.infradead.org, Phillip Potter , Chris Mason , dm-devel@redhat.com, "Md. Haris Iqbal" , Pavel Machek , Miquel Raynal , Jack Wang , Christoph Hellwig , linux-nilfs@vger.kernel.org, linux-scsi@vger.kernel.org, Richard Weinberger , linux-pm@vger.kernel.org, linux-um@lists.infradead.org, Josef Bacik , Coly Li , linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, Alexander Viro , David Sterba , Jens Axboe , "Martin K. Petersen" , linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linu 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