From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Thu, 20 Aug 2015 23:48:46 -0700 Subject: [Cluster-devel] [RFC 09/11] vfs: Add igetxattr inode operation In-Reply-To: <1440094798-1411-10-git-send-email-agruenba@redhat.com> References: <1440094798-1411-1-git-send-email-agruenba@redhat.com> <1440094798-1411-10-git-send-email-agruenba@redhat.com> Message-ID: <20150821064846.GA32060@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Aug 20, 2015 at 08:19:56PM +0200, Andreas Gruenbacher wrote: > Add an igetxattr inode operation that behaves as getxattr but operates on > inodes instead of dentries. File systems that support this operation can > implement igetxattr for reading xattrs in contexts where a dentry is not > available, such as within SELinux inode security checks. And this is even worse - we should not have two operations doing the same thing.