Home
last modified time | relevance | path

Searched hist:df1d5d23d3a1a713c69b0f9ec67c59aeca3ce6b3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddir.cdiff df1d5d23d3a1a713c69b0f9ec67c59aeca3ce6b3 Mon Jan 15 12:56:29 CST 2007 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Fix a readdir/lookup inefficiency.

Make sure that nfs_readdir_lookup() handles negative dentries correctly.
If d_lookup() returns a negative dentry, then we need to d_drop() that
since readdir shows that it should be positive.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>