Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1960378imm; Thu, 18 Oct 2018 07:03:21 -0700 (PDT) X-Google-Smtp-Source: ACcGV616Boy0rDrvpcVK4JN6yPVqttyZz6KyIAghnr2SWc/x3uKcGg/i0hKGDMna+lvdz68aK2C8 X-Received: by 2002:a63:4343:: with SMTP id q64-v6mr29525095pga.276.1539871401374; Thu, 18 Oct 2018 07:03:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539871401; cv=none; d=google.com; s=arc-20160816; b=g86dSVoy5vPr3SIEVHTSmAt/2elRxWWlBKPB99DGuj7TvdaSox1fgAZpebx/39ZhVI DtS1UDephjQ7DnLJmTBRvlN1dYBqjTyd/z7cz8+10g7YvxT4ZcL3dUaFf1uovEH2LfPb A+fH2Sqd8XOV2TfdD2gLaM6YAnF017+S2jc+VNzTgZ0zAqjAnV7f7wKbj5hT3z55xOqO Yfl/820KIREQ9aDnEhfTiGrE0/YhfWFvdd3wbN/HBBEh4CSQirg4AtjJf95eiayp4KfO VWaAx07T6t6h6LzTPYx/WloLr+EN+iwmOUxKuAUUmDE5WqBDuMZCxjgiMWufDciT0ijJ TfCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to:date :references:subject:cc:to:from; bh=Hm47CJAaY+U3phxdP89Tdo6ilFN4banRylYF6KA+xzk=; b=ixePcL5vgUvxin6Qe9tUxNsZT9GjbHMhm3Vwstvi6xUzqgWQxHXywiLGPV0uR7xqYT hRQBi19x5L/3DEXY/GilhpTgoFtdf7FGRqKbsMFWLLIG2F/LM4coD3+3i7NwVwX6+1bC rPOjTcAGtYS/qhKyApQlOQvlyYccQGla9R9jXqddeyo9e3N5WGIgFBWkJaXO25OLwrSh tVhay1JXr9Q1pZNnaHdQogSFHdjhbiEl7g+Gvhwfiwm5yQke0oKG81LU4pBMfXjinxlY yrjTGVINF79jpMjJhbsMr25KMVYXGuLKhKu/fU1Jq3kXsHFJ8DbzPMDXlU5vB953sYau nyYA== ARC-Authentication-Results: i=1; mx.google.com; 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 g16-v6si20345604pgi.329.2018.10.18.07.03.04; Thu, 18 Oct 2018 07:03:21 -0700 (PDT) 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; 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 S1728203AbeJRWDw (ORCPT + 99 others); Thu, 18 Oct 2018 18:03:52 -0400 Received: from albireo.enyo.de ([5.158.152.32]:57274 "EHLO albireo.enyo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727062AbeJRWDw (ORCPT ); Thu, 18 Oct 2018 18:03:52 -0400 Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1gD8sq-0006kT-Ai; Thu, 18 Oct 2018 14:02:40 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.89) (envelope-from ) id 1gD89G-00013T-WF; Thu, 18 Oct 2018 15:15:35 +0200 From: Florian Weimer To: Miklos Szeredi Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, David Howells , Michael Kerrisk , Andreas Dilger , Amir Goldstein Subject: Re: [PATCH 2/3] uapi: get rid of STATX_ALL References: <20181018131125.6303-1-mszeredi@redhat.com> <20181018131125.6303-2-mszeredi@redhat.com> Date: Thu, 18 Oct 2018 15:15:34 +0200 In-Reply-To: <20181018131125.6303-2-mszeredi@redhat.com> (Miklos Szeredi's message of "Thu, 18 Oct 2018 15:11:24 +0200") Message-ID: <875zxzxuo9.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Miklos Szeredi: > #define STATX__RESERVED 0x80000000U /* Reserved for future struct statx expansion */ What about this? Isn't it similar to STATX_ALL in the sense that we don't know yet what it will mean?