Message ID | 20180920151214.15484-1-mszeredi@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fsdevel-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3680D112B for <patchwork-linux-fsdevel@patchwork.kernel.org>; Thu, 20 Sep 2018 15:12:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 279072DBD2 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Thu, 20 Sep 2018 15:12:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 25B962DC6E; Thu, 20 Sep 2018 15:12:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D35082DBD2 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Thu, 20 Sep 2018 15:12:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732496AbeITU4R (ORCPT <rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>); Thu, 20 Sep 2018 16:56:17 -0400 Received: from mail-wr1-f68.google.com ([209.85.221.68]:43496 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731678AbeITU4R (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Thu, 20 Sep 2018 16:56:17 -0400 Received: by mail-wr1-f68.google.com with SMTP id k5-v6so9770065wre.10 for <linux-fsdevel@vger.kernel.org>; Thu, 20 Sep 2018 08:12:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=PixDkZ3uDuUfclJ04YDcQovTKTSj85ueyCuV+zhluC4=; b=ZRCroX/fUDEBmdNienx7UVkzMzvY8W6SVbG9aUmKBN0o5Ca3aUcgb/QtWRE7G2VrLP R35G13Zw4y9A7f4CmRz2SFmvofGf4QwRoOAWBUPF9fyJJAKfVDFlfGgS90gWVSS5Sz4P fci93N23A8gkOxPOpooNo0F7xyS26BRKxBZhmGek/cZbTBnw53RJTvEU2fjT1fjWRI8s rApcaouBfv9zmuGvC5JsPA7YpPuSmDxtpeSvd1ankj+jn/OFXp7O+ahlMnfGgjmdQPut brAPHMYVFHnZbssDy1BqBwCl0mOFiWm7lEcorGvzJ+qZ9iPLoQrmy+00sUhQMIA6H6f0 kjBQ== X-Gm-Message-State: APzg51A+ExLRPDab/0dIeF4ZWpoNBK9eyYHLoXVSRmQrNZMEHBwDSra9 2ZwnjHPGZmH4n6nyg/j0zxohew== X-Google-Smtp-Source: ANB0VdbifnqSDSQvyEj7a/ZrQXxD8L4N6EpsHcbX5jD9GlDJGJT4mC2P8spP6J4TQiTPyht6pmdy1w== X-Received: by 2002:adf:bd90:: with SMTP id l16-v6mr34070573wrh.250.1537456339999; Thu, 20 Sep 2018 08:12:19 -0700 (PDT) Received: from veci.piliscsaba.redhat.com (catv-212-96-48-140.catv.broadband.hu. [212.96.48.140]) by smtp.gmail.com with ESMTPSA id p89-v6sm55286201wrc.97.2018.09.20.08.12.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Sep 2018 08:12:19 -0700 (PDT) From: Miklos Szeredi <mszeredi@redhat.com> To: David Howells <dhowells@redhat.com> Cc: Al Viro <viro@ZenIV.linux.org.uk>, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/6] mount-api: fixes and cleanups Date: Thu, 20 Sep 2018 17:12:08 +0200 Message-Id: <20180920151214.15484-1-mszeredi@redhat.com> X-Mailer: git-send-email 2.14.3 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
mount-api: fixes and cleanups
|
expand
|
Hi Miklós, I've reposted my patches with some of your changes folded in. I will consider the other things, but I don't have time to do that before Monday. I think I should also have a go at porting fuse so that we can get the subtype bits done. Note that I have a perl script that does some of the initial work. It needs a bit of fixing up, but I'll post that in a mail at some point. David