From f18f995c42b22799a705eb2718fc137e008fbb36 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 23 Mar 2026 06:42:57 +0000 Subject: WIP remove xdev from openat2p causes error on cross mount links e.g. /tmp tmpfs Signed-off-by: Leah Rowe --- util/nvmutil/lib/file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/lib/file.c b/util/nvmutil/lib/file.c index 5dfe5947..f9a1ba8a 100644 --- a/util/nvmutil/lib/file.c +++ b/util/nvmutil/lib/file.c @@ -2208,8 +2208,7 @@ openat2p(int dirfd, const char *path, .resolve = RESOLVE_BENEATH | RESOLVE_NO_SYMLINKS | - RESOLVE_NO_MAGICLINKS | - RESOLVE_NO_XDEV + RESOLVE_NO_MAGICLINKS }; int saved_errno = errno; int rval; -- cgit v1.2.1