Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2026 23:45:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 292282] NFS Shows Empty Filenames Under Linux Emulation
Message-ID:  <bug-292282-4077-R5Auf7ENyn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292282-4077@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292282

--- Comment #2 from Martin Cracauer <cracauer@cons.org> ---
Problem seems to be that getdents64(2) returns 26 instead of 12 entries.

openat(AT_FDCWD, "/mnt/tmp", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x104a550 /* 26 entries */, 32768) = 768

The correct number of entries for my specific directory is 12.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292282-4077-R5Auf7ENyn>