Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755017Ab3IMTyM (ORCPT ); Fri, 13 Sep 2013 15:54:12 -0400 Received: from mail-ve0-f172.google.com ([209.85.128.172]:37203 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754938Ab3IMTyK (ORCPT ); Fri, 13 Sep 2013 15:54:10 -0400 MIME-Version: 1.0 In-Reply-To: References: <20130910143807.4c32d548e08d2184061f52cb@canb.auug.org.au> <20130910152753.662599171456233c5f91edb4@linux-foundation.org> <20130910222924.GB13318@ZenIV.linux.org.uk> <20130910153520.14e49cd32feb16d45eb8abac@linux-foundation.org> <20130910223624.GC13318@ZenIV.linux.org.uk> <20130910154116.cc4afe048213a779040ea3cc@linux-foundation.org> <20130910224823.GE13318@ZenIV.linux.org.uk> <20130910225934.GF13318@ZenIV.linux.org.uk> Date: Fri, 13 Sep 2013 12:54:09 -0700 X-Google-Sender-Auth: MNMyw9j6J_WtIyT01jNKEV4x8Ek Message-ID: Subject: Re: linux-next: manual merge of the akpm tree with Linus' tree From: Linus Torvalds To: Al Viro Cc: Andrew Morton , Stephen Rothwell , linux-next , Linux Kernel Mailing List , Dave Chinner , Glauber Costa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 21 On Fri, Sep 13, 2013 at 12:12 PM, Linus Torvalds wrote: > > - d_lru_isolate: this is when the LRU callbacks ask us to remove the > entry from the list. This is different from d_lru_del() only in that > it uses the raw list removal, not the lru list helper function. I'm > not sure that's right, but that's what the code used to do. Yes, verified. The LRU isolation functions are called with the lru list lock held, so d_lru_isolate() basically just does the list)_del_init() and our own state management. Anyway, I fixed a typo in a comment (nd_dentry_unused -> nr_dentry_unused) but the patch still looks good to me. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/