Date: Tue, 24 Sep 2024 17:59:16 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 281526] Linuxulator - fstatat unsupported flag 0x800 Message-ID: <bug-281526-4077-Xo4Zqv35Zx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281526-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-281526-4077@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281526 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D3cf834d069d1dcdbe464ea74624930eaf= 916715d commit 3cf834d069d1dcdbe464ea74624930eaf916715d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-09-19 21:11:19 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-09-24 17:58:42 +0000 linuxulator: ignore AT_NO_AUTOMOUNT for all stat variants Commit ff39d74aa99a ignored AT_NO_AUTOMOUNT for statx(), but did not change fstat64() or newfstatat(), which also take an equivalent flags argument. Add a linux_to_bsd_stat_flags() helper and use it in all three places. PR: 281526 Reviewed by: trasz Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46711 sys/compat/linux/linux_stats.c | 65 +++++++++++++++++++++++---------------= ---- 1 file changed, 36 insertions(+), 29 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281526-4077-Xo4Zqv35Zx>