From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Shilong Subject: [PATCH 1/2] fchownat.2: add project support updates Date: Fri, 1 Mar 2019 23:06:22 +0900 Message-ID: <1551449184-7942-1-git-send-email-wshilong1991@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1gzioB-0002P1-BU for linux-f2fs-devel@lists.sourceforge.net; Fri, 01 Mar 2019 14:06:39 +0000 Received: from mail-pl1-f196.google.com ([209.85.214.196]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) id 1gzio9-00GmpJ-MN for linux-f2fs-devel@lists.sourceforge.net; Fri, 01 Mar 2019 14:06:38 +0000 Received: by mail-pl1-f196.google.com with SMTP id k2so11551068plt.3 for ; Fri, 01 Mar 2019 06:06:37 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Cc: adilger@dilger.ca, linux-man@vger.kernel.org, lixi@ddn.com, Wang Shilong From: Wang Shilong From: Wang Shilong Cc: linux-man@vger.kernel.org Signed-off-by: Wang Shilong --- man2/chown.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man2/chown.2 b/man2/chown.2 index 50db789ac..fad74df20 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -217,6 +217,11 @@ instead operate on the link itself, like .BR fchownat () dereferences symbolic links, like .BR chown ().) +.TP +.B AT_FCHOWN_PROJID +Use +.I group +to change file's project ID instead of its group ID. .PP See .BR openat (2) -- 2.19.1