commit | 316025335a2d41dc71c47abf6eb9a41987e94c0a | [log] [tgz] |
---|---|---|
author | Henrique Carvalho <henrique.carvalho@suse.com> | Mon Sep 08 22:04:23 2025 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Oct 01 22:42:15 2025 -0500 |
tree | d744ce24b02ee4daf2d7327929ed12b6c4ae7854 | |
parent | 55580ad027a6764b7b1ee75f537d67811a06307f [diff] |
smb: client: short-circuit negative lookups when parent dir is fully cached When the parent directory has a valid and complete cached enumeration we can assume that negative dentries are not present in the directory, thus we can return without issuing a request. This reduces traffic for common ENOENT when the directory entries are cached. Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>