From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: Word-at-a-time dcache name accesses (was Re: .. anybody know of any filesystems that depend on the exact VFS 'namehash' implementation?) Date: Fri, 2 Mar 2012 19:02:03 -0500 Message-ID: <20120303000203.GH22215@thunk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andi Kleen , "H. Peter Anvin" , Linux Kernel Mailing List , linux-fsdevel , Al Viro To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Stupid question. Your patch requires unaligned accesses to not have a heavy penalty, right? Wasn't it the case that some generations of x86 had pretty large penalties for aligned accesses? Is that something we need to worry about? - Ted