Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp435784ybh; Sat, 7 Mar 2020 01:50:21 -0800 (PST) X-Google-Smtp-Source: ADFU+vuuDmKWIBZnPlL3c7rPivGmwmLsm0w3wF+2y3hHF1LXvUeXO+5lmkYhh7uLOSqfU6v5JzoT X-Received: by 2002:aca:5ad5:: with SMTP id o204mr5210858oib.2.1583574620885; Sat, 07 Mar 2020 01:50:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583574620; cv=none; d=google.com; s=arc-20160816; b=XuYVyZ7SCoE1FueaYnWqqmwgtSO4aDGSg/QqwbT/VnGxoGkTrWTOj+LjZbcwHuc8Vf iS3WertXdE3NOAyBHbGYpqVltngKo9D5BShMszy20bzyWRzfLhzTSGcn9hsGhbcD5sU1 FhJDe2vtvNsBmsN4Y+BRSmT/+1micKKCDZEtFZxoAg+yJs7328qj+VJE+wmqmE65dkZ9 DwEx2Q1gvIMfF9IZ68ZDfVHMyWDyWYGgIcjwqgFU0hTMLqL6Y7E7PL7nzruwLIDPawcm A5/gYiuzINRaP98ZPobwYXdDI6scedAqgWFabV3+Ru2bgKecC8mkzrPZs23o6Iqv3PaV vW6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=WMblXECjUm3jIArCb8v5rzDj5NUepnfQNTfiJV3Keic=; b=M7O5SWGxgRGRlYA0/ADRcSNmMrZFSkSIGjWP9DsdrvPqbBsOiIdWoAH9PKDUYegVI5 Wsqk7rWk4bbbA8JghFMAfajOwbh2qBn/btb6gkKnl1JuroXEkk8vAvbvlzKjgTQGbfKK K2GemI2p1RTdXtgz1R7lNdZXOrmLKOHBD1VRPsUdDpWCz6Ztq+6NvJfnf3TgQANWF6iT VGZK3q1KGiOwj0tcFaKICY8nys6UcosFh2G2T4grk6z5VsLMKl1kB2b+sMOZ6ITA7SGr qzZLUJtYSJw29Q7f+klTO1qwqQxgMzU2AZiyYP6NiyX5c6hRfXozopQGzD3YZrpOJzgR DBMA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=oW7gpCaB; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u15si1005965oic.269.2020.03.07.01.50.09; Sat, 07 Mar 2020 01:50:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=oW7gpCaB; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726246AbgCGJsl (ORCPT + 99 others); Sat, 7 Mar 2020 04:48:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:54332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbgCGJsk (ORCPT ); Sat, 7 Mar 2020 04:48:40 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E7A1D2070A; Sat, 7 Mar 2020 09:48:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583574518; bh=cPpuEcuoYPfsokOR2Tl6vph58NA3oVUGnjnGJvqn9Ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oW7gpCaBYbilRdEyOH3/KpNpwEewkJjAbXdf7AYJzWS07GeR53ATEYDJqIMsLgwTL SEZXJyDNKbBvqx++GhTsIMN5Iqg8Nm0f3g4KiINFWqZENTVFo1VvukSSwFA0sciBmW qR5zCQzwXdkWzgrZj9zdcjhzGyms2cYv0mBtrjCM= Date: Sat, 7 Mar 2020 10:48:34 +0100 From: Greg Kroah-Hartman To: Miklos Szeredi Cc: Ian Kent , David Howells , Christian Brauner , James Bottomley , Steven Whitehouse , Miklos Szeredi , viro , Christian Brauner , Jann Horn , "Darrick J. Wong" , Linux API , linux-fsdevel , lkml Subject: Re: [PATCH 00/17] VFS: Filesystem information and notifications [ver #17] Message-ID: <20200307094834.GA3888906@kroah.com> References: <1582556135.3384.4.camel@HansenPartnership.com> <1582644535.3361.8.camel@HansenPartnership.com> <20200228155244.k4h4hz3dqhl7q7ks@wittgenstein> <107666.1582907766@warthog.procyon.org.uk> <0403cda7345e34c800eec8e2870a1917a8c07e5c.camel@themaw.net> <20200306162549.GA28467@miu.piliscsaba.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200306162549.GA28467@miu.piliscsaba.redhat.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 06, 2020 at 05:25:49PM +0100, Miklos Szeredi wrote: > On Tue, Mar 03, 2020 at 08:46:09AM +0100, Miklos Szeredi wrote: > > > > I'm doing a patch. Let's see how it fares in the face of all these > > preconceptions. > > Here's a first cut. Doesn't yet have superblock info, just mount info. > Probably has rough edges, but appears to work. > > I started with sysfs, then kernfs, then went with a custom filesystem, because > neither could do what I wanted. Hm, what is wrong with kernfs that prevented you from using it here? Just complexity or something else? thanks, greg k-h