Re: [PATCH 00/11] fs/dcache: Limit # of negative dentries
From: Matthew Wilcox <willy@infradead.org>
Date: 2020-02-28 15:40:03
Also in:
linux-fsdevel, lkml
From: Matthew Wilcox <willy@infradead.org>
Date: 2020-02-28 15:40:03
Also in:
linux-fsdevel, lkml
On Fri, Feb 28, 2020 at 10:32:02AM -0500, Waiman Long wrote:
On 2/27/20 10:34 PM, Matthew Wilcox wrote:quoted
The canonical argument in favour of negative dentries is to improve application startup time as every application searches the library path
^^^^^^^
quoted
for the same libraries. Only they don't do that any more:
^^^^^^^^^
It is the shell that does the path search, not the command itself.