From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH v2] vfs: new O_NODE open flag Date: Thu, 8 Oct 2009 14:26:36 +0100 Message-ID: <20091008132636.GA29691@shareable.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, viro@ZenIV.linux.org.uk, dhowells@redhat.com, hch@infradead.org, adilger@sun.com, mtk.manpages@gmail.com, torvalds@linux-foundation.org, drepper@gmail.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Miklos Szeredi Return-path: Received: from mail2.shareable.org ([80.68.89.115]:33046 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758259AbZJHN1m (ORCPT ); Thu, 8 Oct 2009 09:27:42 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Miklos Szeredi wrote: > There's been a fair amount of interest in the concept, but less actual > review of the details. > > Changes from the last posting: > > - make fchmod() fail on symlinks fchmodat(2) says: AT_SYMLINK_NOFOLLOW If pathname is a symbolic link, do not dereference it: instead operate on the link itself. This flag is not currently implemented. If the flag were implemented, it would make sense for fchmod() on a symlink to succeed, wouldn't it? -- Jamie