OSDN Git Service

NFS: Readdirplus can't help lookup for case insensitive filesystems
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 19 Feb 2022 14:56:45 +0000 (09:56 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Mar 2022 13:43:39 +0000 (08:43 -0500)
commit2c2c336506e9bd4056fca25301b8a06fb7aefd32
tree87a88bcd1746d9a20bd65d4e8cb3182b5b56e348
parentc49c68944f2d4c3827cd8ac7f70da277674d11ad
NFS: Readdirplus can't help lookup for case insensitive filesystems

If the filesystem is case insensitive, then readdirplus can't help with
cache misses, since it won't return case folded variants of the filename.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/dir.c