From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 19 Feb 2016 10:00:27 -0500 From: Theodore Ts'o To: Rasmus Villemoes Cc: Al Viro , Jeff Layton , "J. Bruce Fields" , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] vfs: make sure struct filename->iname is word-aligned Message-ID: <20160219150027.GD20458@thunk.org> References: <1455662966-7977-1-git-send-email-linux@rasmusvillemoes.dk> <20160216225738.GD17997@ZenIV.linux.org.uk> <878u2heq4y.fsf@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878u2heq4y.fsf@rasmusvillemoes.dk> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Feb 18, 2016 at 09:10:21PM +0100, Rasmus Villemoes wrote: > > Sure, that would work as well. I don't really care how ->iname is pushed > out to offset 32, but I'd like to know if it's worth it. Do you have access to one of these platforms where unaligned access is really painful? The usual thing is to benchmark something like "git stat" which has to stat every single file in a repository's working directory. If you can't see it there, it seems unlikely you'd see it anywhere else, yes? - Ted