[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <27067.1161959073@redhat.com>
Date: Fri, 27 Oct 2006 15:24:33 +0100
From: David Howells <dhowells@...hat.com>
To: Vasily Averin <vvs@...ru>
Cc: Andrew Morton <akpm@...l.org>, David Howells <dhowells@...hat.com>,
Kirill Korotaev <dev@...nvz.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
devel@...nvz.org
Subject: Re: [PATCH 2.6.19-rc3] VFS: missing unused dentry in prune_dcache()
Vasily Averin <vvs@...ru> wrote:
> + /* Inserting dentry to tail of the list leads to cycle */
> + list_add(&dentry->d_lru, &dentry_unused);
> + dentry_stat.nr_unused++;
I'd phrase that comment differently: "Insert dentry at the head of the list as
inserting at the tail leads to a cycle".
But other than that:
Acked-By: David Howells <dhowells@...hat.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists