Return-Path: Received: from mail-la0-f47.google.com ([209.85.215.47]:35599 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755170AbbIBUXF (ORCPT ); Wed, 2 Sep 2015 16:23:05 -0400 Received: by lagj9 with SMTP id j9so15417897lag.2 for ; Wed, 02 Sep 2015 13:23:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150902192008.GB3319@fieldses.org> References: <1438689218-6921-1-git-send-email-agruenba@redhat.com> <1438689218-6921-3-git-send-email-agruenba@redhat.com> <20150902185300.GA3319@fieldses.org> <20150902192008.GB3319@fieldses.org> Date: Wed, 2 Sep 2015 22:23:03 +0200 Message-ID: Subject: Re: [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags From: Andreas Gruenbacher To: "J. Bruce Fields" Cc: Andreas Gruenbacher , linux-kernel@vger.kernel.org, linux-fsdevel , linux-nfs@vger.kernel.org, linux-api@vger.kernel.org, linux-cifs@vger.kernel.org, linux-security-module@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: 2015-09-02 21:20 GMT+02:00 J. Bruce Fields : > Got it. And maybe it should be obvious, but it might be worth a > sentence in the changelog if it's not already explained elsewhere.--b. Let me try adding a comment. Also I'll fix the next commit which adds MAY_DELETE_SELF here: MAY_DELETE_SELF shouldn't go together with MAY_WRITE. Thanks, Andreas