From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [PATCH] trivial comment fix Date: Fri, 10 May 2013 11:22:57 -0400 Message-ID: <20130510152257.GF7222@fieldses.org> References: <20130510151001.GE7222@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , linux-fsdevel@vger.kernel.org To: Jiri Kosina Return-path: Received: from fieldses.org ([174.143.236.118]:48902 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752957Ab3EJPXC (ORCPT ); Fri, 10 May 2013 11:23:02 -0400 Content-Disposition: inline In-Reply-To: <20130510151001.GE7222@fieldses.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Crap, very sorry, blindly resent this without noticing it had already been applied. Ignore it.--b. On Fri, May 10, 2013 at 11:10:01AM -0400, bfields wrote: > From: "J. Bruce Fields" > > --- > fs/dcache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/dcache.c b/fs/dcache.c > index 8086636..a0b8d65 100644 > --- a/fs/dcache.c > +++ b/fs/dcache.c > @@ -1141,7 +1141,7 @@ rename_retry: > EXPORT_SYMBOL(have_submounts); > > /* > - * Search the dentry child list for the specified parent, > + * Search the dentry child list of the specified parent, > * and move any unused dentries to the end of the unused > * list for prune_dcache(). We descend to the next level > * whenever the d_subdirs list is non-empty and continue > -- > 1.7.9.5 >