From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 22 Jun 2016 17:52:14 +0100 From: Al Viro To: Miklos Szeredi Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 7/8] ncpfs: don't use ->d_time Message-ID: <20160622165213.GR14480@ZenIV.linux.org.uk> References: <1466606110-24297-1-git-send-email-mszeredi@redhat.com> <1466606110-24297-8-git-send-email-mszeredi@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466606110-24297-8-git-send-email-mszeredi@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Jun 22, 2016 at 04:35:09PM +0200, Miklos Szeredi wrote: > Ncpfs stores a boolean value in ->d_fsdata as well as using d_time. > Introcude ncp_dentry to store both of these and make d_fsdata point to it. Umm... I'd ask if you've profiled that change (you are adding a bunch of dereferencing), but it's ncpfs we are talking about...