Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2791242ybi; Sun, 9 Jun 2019 21:19:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjKSK+36fn2s9L+IxPTsRXVc1ITt32kwyw406YYuV38lPBp3fqA6s2kfNvMtE8xKSr+ooy X-Received: by 2002:a17:902:bc43:: with SMTP id t3mr3856554plz.250.1560140351935; Sun, 09 Jun 2019 21:19:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560140351; cv=none; d=google.com; s=arc-20160816; b=BFSKYf3Eq5Wz7LU3Z6hWPfZNpAgWpJWdiillM6zXWJbj9iY/CsVZTQFUpXwrVuwabe MEa5Ohs65LjeqyL+rvJdExELKdVh2Uiwu0K1cPnk2H9+af2FA3vjWT2hwelp+FOV2V9V FmsJPNtEjbOwFABbc23vfPljOscaOfgwF+g3Ir8qvbAQP+elaFsgJH54NOme3ZI44oqU 9NoqO2gdMHCZ9BOw0UxgLnzFehpBGQgJt65UzTTc0H3Nid8pAB33wPMSZyyKGB7tpp2N Iz07gOZMvytUr5CWOg9Op+aj1RHHNcfDPZoBddsxH9Vjqjn6caQnOAawltLw3d6WELq/ XAjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kzTh5A7RytNG1mW9+/N28jmG3ftJUVynsDCWyDyG8g4=; b=wn+cN8YjEG8jcyDQ2pkOlGDPbBIm1Xb6h+peUvkRGhVqjDr4PjKMXZn9VIUrqA5FJS gMcTLCbsX4CQiKOam+VxFkWH541YagyvkjjWLoz0Co1cZNCrAphJRh0Adbdl/sDgRfBT qjragf6BgA0Yd34C+7uz3CWM0ajpcf4PGyTKcMMmC1BB0gxuo4aau5U1I4lUCZ9CcZQd dxDk/8jGrOjXZipyayKD0iPYQrHdKcm63PES5MjVQUsSvws2MFps9ajSA1RcEWdRltI9 G+0fLcnBm7IuWN+a7KPgw2VDmr0LrT7bC2g2kuXbbrLwYmYEU3TJaLG1qBRnX9WIPWgf b49A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-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 h36si8811867plb.199.2019.06.09.21.18.49; Sun, 09 Jun 2019 21:19:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbfFJEPh (ORCPT + 99 others); Mon, 10 Jun 2019 00:15:37 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:39450 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728037AbfFJEPh (ORCPT ); Mon, 10 Jun 2019 00:15:37 -0400 Received: from callcc.thunk.org ([66.31.38.53]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x5A4FMNQ008935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jun 2019 00:15:22 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 34E40420481; Mon, 10 Jun 2019 00:15:22 -0400 (EDT) Date: Mon, 10 Jun 2019 00:15:22 -0400 From: "Theodore Ts'o" To: Wang Shilong Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Wang Shilong , Andreas Dilger Subject: Re: [PATCH 1/2] ext4: only set project inherit bit for directory Message-ID: <20190610041522.GB15963@mit.edu> References: <1559795545-17290-1-git-send-email-wshilong1991@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559795545-17290-1-git-send-email-wshilong1991@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Jun 06, 2019 at 01:32:24PM +0900, Wang Shilong wrote: > From: Wang Shilong > > It doesn't make any sense to have project inherit bits > for regular files, even though this won't cause any > problem, but it is better fix this. > > Cc: Andreas Dilger > Signed-off-by: Wang Shilong Thanks, applied to the ext4 tree. - Ted