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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25D7CCE7A96 for ; Mon, 25 Sep 2023 13:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229884AbjIYNTy (ORCPT ); Mon, 25 Sep 2023 09:19:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231866AbjIYNTu (ORCPT ); Mon, 25 Sep 2023 09:19:50 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC1FE11C; Mon, 25 Sep 2023 06:19:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65261C433C7; Mon, 25 Sep 2023 13:19:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695647983; bh=CCnXyAa5V1opIq3w3OiqafqD5crTWv3Njt2VF/kjYrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BANIzKPThzrbQAulyOg+n54/jIo/nRI6hwrm+os07aws5fR4ck18YXpvBxAFtbO71 uVIGjmtxGATa06ZzC+R2ia6zuEKCZ4ERIGj+ansk2PRVRnLK09vVDiMgJPrxhubJr9 hdtgM/JFzYuUY12VO9cpL/gucdVLHIir8mIgLHGRNmSEISAgzMHTMNSLiovFlK8zJ2 YOR93/Sw/b2s6xoMvmZBpvXEH7Maxw8r2YPu7Zr3uuN5ycobxkLzJhrF5vf3p9Cv0W RJCYzOJ3LGAe7DNXTsjtyHMCXBgCJ/Fl3hh8shiJA/dNicIFyx4MeKPm9v3WjWx9n8 x+/cS8BDY7lnQ== Date: Mon, 25 Sep 2023 15:19:37 +0200 From: Christian Brauner To: Miklos Szeredi Cc: Arnd Bergmann , Miklos Szeredi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-man@vger.kernel.org, linux-security-module@vger.kernel.org, Karel Zak , Ian Kent , David Howells , Linus Torvalds , Alexander Viro , Christian Brauner , Amir Goldstein Subject: Re: [RFC PATCH 2/3] add statmnt(2) syscall Message-ID: <20230925-wahlrecht-zuber-3cdc5a83d345@brauner> References: <20230913152238.905247-1-mszeredi@redhat.com> <20230913152238.905247-3-mszeredi@redhat.com> <44631c05-6b8a-42dc-b37e-df6776baa5d4@app.fastmail.com> <20230925-total-debatten-2a1f839fde5a@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org > How about passing u64 *? struct statmnt_req { __u64 mnt_id; __u64 mask; }; ?