diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3512,6 +3512,8 @@ static int dentfill(char *path, struct entry **dents) open_max = max_openfds(); } + posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL); + dp = readdir(dirp); if (!dp) goto exit; |