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,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 C5BB0C433C1 for ; Tue, 23 Mar 2021 13:27:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6826661974 for ; Tue, 23 Mar 2021 13:27:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231262AbhCWN0k (ORCPT ); Tue, 23 Mar 2021 09:26:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:39696 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230225AbhCWNZw (ORCPT ); Tue, 23 Mar 2021 09:25:52 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 6163BAD80; Tue, 23 Mar 2021 13:25:51 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id E32561F2BA7; Tue, 23 Mar 2021 14:25:50 +0100 (CET) Date: Tue, 23 Mar 2021 14:25:50 +0100 From: Jan Kara To: Amir Goldstein Cc: Jan Kara , Hugh Dickins , Theodore Tso , Damien Le Moal , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 0/2] Better fanotify support for tmpfs Message-ID: <20210323132550.GA28062@quack2.suse.cz> References: <20210322173944.449469-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210322173944.449469-1-amir73il@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon 22-03-21 19:39:42, Amir Goldstein wrote: > Jan, > > I needed the tmpfs patch for the userns filesystem mark POC, but it > looks useful for its own right to be able to set filesystem mount or > inode marks on tmpfs with FAN_REPORT_FID. > > I can break the cleanup patch into helper and individual patches > for the fs maintainers, but since its so dummy, I thought it might > be best to get an ACK from fs maintainers and carry this as a single > patch. The series looks fine to me. I'll wait if I get some feedback from Hugh. If Hugh doesn't object, I'll take the two patches to my tree. Honza > Amir Goldstein (2): > fs: introduce a wrapper uuid_to_fsid() > shmem: allow reporting fanotify events with file handles on tmpfs > > fs/ext2/super.c | 5 +---- > fs/ext4/super.c | 5 +---- > fs/zonefs/super.c | 5 +---- > include/linux/statfs.h | 7 +++++++ > mm/shmem.c | 3 +++ > 5 files changed, 13 insertions(+), 12 deletions(-) > > -- > 2.25.1 > -- Jan Kara SUSE Labs, CR