mc/src/vfs
Andrij Abyzov 27de03754f Ticket #3987: implement a workaround if readdir() system call returns with EINTR.
On Linux >= 5.1, MC sometimes shows empty directpries on mounted CIFS
shares. Rereading directory restores the directory content.

(local_opendir): reopen directory, if first readdir() returns NULL and
errno == EINTR.

Signed-off-by: Andrij Abyzov <aabyzov@slb.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2020-12-13 20:12:14 +03:00
..
cpio Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
extfs Ticket #4145: file names longer than 255 bytes are not supported. 2020-12-12 20:23:05 +03:00
fish Ticket #4147: VFS timestamps: use g_get_real_time(). 2020-12-12 20:39:01 +03:00
ftpfs Ticket #4147: VFS timestamps: use g_get_real_time(). 2020-12-12 20:39:01 +03:00
local Ticket #3987: implement a workaround if readdir() system call returns with EINTR. 2020-12-13 20:12:14 +03:00
sfs Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
sftpfs Ticket #4145: file names longer than 255 bytes are not supported. 2020-12-12 20:23:05 +03:00
smbfs Ticket #4145: file names longer than 255 bytes are not supported. 2020-12-12 20:23:05 +03:00
tar Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
undelfs Ticket #4145: file names longer than 255 bytes are not supported. 2020-12-12 20:23:05 +03:00
Makefile.am Clarify usage of AM_CPPFLAGS. 2012-12-18 16:27:49 +04:00
plugins_init.c Ticket #4050: code cleanup before 4.8.25 release. 2020-02-29 19:10:17 +03:00
plugins_init.h Code indentation. 2012-07-17 17:04:05 +04:00