From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: add file system helpers that take kernel pointers for the init code v3 Date: Sun, 26 Jul 2020 18:26:27 +0200 Message-ID: <20200726162627.GA24522@lst.de> References: <20200726071356.287160-1-hch@lst.de> <20200726155204.GA24103@lst.de> <20200726162113.GR2786714@ZenIV.linux.org.uk> <20200726162426.GA24479@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200726162426.GA24479-jcswGhMUV9g@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Al Viro Cc: Christoph Hellwig , Linus Torvalds , Greg Kroah-Hartman , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-raid-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel , Linux API List-Id: linux-raid.ids On Sun, Jul 26, 2020 at 06:24:26PM +0200, Christoph Hellwig wrote: > Btw, care to take a look at > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/kernel_readwrite > > it has been in linux-next for 2 1/2 weeks, and the only interesting > thing found was that btrfs didn't wire up iter_splice_write, which has > already been fixed in mainline. Actually, the above is a stale old branch sorry. The real one that has been in linux-next is: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/set_fs-rw From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 872BAC433E3 for ; Sun, 26 Jul 2020 16:26:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 70D5A2065F for ; Sun, 26 Jul 2020 16:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727116AbgGZQ0b (ORCPT ); Sun, 26 Jul 2020 12:26:31 -0400 Received: from verein.lst.de ([213.95.11.211]:40849 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726117AbgGZQ0b (ORCPT ); Sun, 26 Jul 2020 12:26:31 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 61F4A68B05; Sun, 26 Jul 2020 18:26:27 +0200 (CEST) Date: Sun, 26 Jul 2020 18:26:27 +0200 From: Christoph Hellwig To: Al Viro Cc: Christoph Hellwig , Linus Torvalds , Greg Kroah-Hartman , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-raid@vger.kernel.org, linux-fsdevel , Linux API Subject: Re: add file system helpers that take kernel pointers for the init code v3 Message-ID: <20200726162627.GA24522@lst.de> References: <20200726071356.287160-1-hch@lst.de> <20200726155204.GA24103@lst.de> <20200726162113.GR2786714@ZenIV.linux.org.uk> <20200726162426.GA24479@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200726162426.GA24479@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 26, 2020 at 06:24:26PM +0200, Christoph Hellwig wrote: > Btw, care to take a look at > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/kernel_readwrite > > it has been in linux-next for 2 1/2 weeks, and the only interesting > thing found was that btrfs didn't wire up iter_splice_write, which has > already been fixed in mainline. Actually, the above is a stale old branch sorry. The real one that has been in linux-next is: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/set_fs-rw