From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752506AbbBVMzI (ORCPT ); Sun, 22 Feb 2015 07:55:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56552 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752329AbbBVMzG (ORCPT ); Sun, 22 Feb 2015 07:55:06 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20150222085152.GE29656@ZenIV.linux.org.uk> References: <20150222085152.GE29656@ZenIV.linux.org.uk> <20150221033452.GU29656@ZenIV.linux.org.uk> <20150222005125.GX29656@ZenIV.linux.org.uk> <20150222020207.GA29656@ZenIV.linux.org.uk> <20150222025105.GC29656@ZenIV.linux.org.uk> To: Al Viro Cc: dhowells@redhat.com, Linus Torvalds , Linux Kernel Mailing List , linux-fsdevel Subject: Re: [git pull] more vfs bits MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28072.1424609697.1@warthog.procyon.org.uk> Date: Sun, 22 Feb 2015 12:54:57 +0000 Message-ID: <28073.1424609697@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org You might want to remove dentry_inode_once(). I can still see it in your vfs/for-linus branch. It might also be worth renaming d_dentry() to d_backing_dentry() to match d_backing_inode(). David