diff options
Diffstat (limited to 'src/stat')
| -rw-r--r-- | src/stat/fstatat.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/stat/fstatat.c b/src/stat/fstatat.c index 04506375..9eed063b 100644 --- a/src/stat/fstatat.c +++ b/src/stat/fstatat.c @@ -36,6 +36,7 @@ static int fstatat_statx(int fd, const char *restrict path, struct stat *restric  {  	struct statx stx; +	flag |= AT_NO_AUTOMOUNT;  	int ret = __syscall(SYS_statx, fd, path, flag, 0x7ff, &stx);  	if (ret) return ret; | 
