From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: [PATCH] trivial select_parent documentation fix Date: Tue, 18 Sep 2012 16:35:51 -0400 Message-ID: <20120918203550.GA21472@fieldses.org> References: <871ui01jr1.fsf@tucsk.pomaz.szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, hch@infradead.org, torvalds@linux-foundation.org, Trond.Myklebust@netapp.com To: Miklos Szeredi Return-path: Content-Disposition: inline In-Reply-To: <871ui01jr1.fsf@tucsk.pomaz.szeredi.hu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org "Search list for X" sounds like you're trying to find X on a list. Signed-off-by: J. Bruce Fields --- On Mon, Sep 17, 2012 at 10:23:30PM +0200, Miklos Szeredi wrote: > IBM reported a deadlock in select_parent(). (And I went to look at select_parent() and got tripped up for a few moments on this comment. Arguably my reading comprehension is just bad.)--b. 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