From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] PROC: Make proc_dir_entry::name a terminal array rather than a pointer Date: Tue, 07 Jun 2011 10:58:58 +0100 Message-ID: <17203.1307440738@redhat.com> References: <20110607091858.GA14594@p183.telecom.by> <20110607055025.GA14145@p183.telecom.by> <20110606154139.20333.57818.stgit@warthog.procyon.org.uk> <9444.1307437429@redhat.com> Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org To: Alexey Dobriyan Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62761 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752479Ab1FGJ7C (ORCPT ); Tue, 7 Jun 2011 05:59:02 -0400 In-Reply-To: <20110607091858.GA14594@p183.telecom.by> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Alexey Dobriyan wrote: > It can be removed as well, dunno why we're keeping it. It speeds up name comparisons. David