File 0001-builder-Fix-silent-truncation-of-gt-32-bit-inodes.patch of Package flatpak-builder.30371

From 67c892cd802b56e2a0c80fe22b0aaa08edf020e8 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Tue, 20 Jun 2023 13:31:01 -0400
Subject: [PATCH] builder: Fix silent truncation of >32 bit inodes

See https://github.com/ostreedev/ostree/pull/2874
"commit: fix ostree deployment on 64-bit inode fs"
---
 src/builder-cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/builder-cache.c b/src/builder-cache.c
index 1f4528eb..1cec86fa 100644
--- a/src/builder-cache.c
+++ b/src/builder-cache.c
@@ -691,7 +691,7 @@ typedef struct {
 static const char *
 devino_cache_lookup (OstreeRepoDevInoCache *devino_to_csum_cache,
                      guint32               device,
-                     guint32               inode)
+                     guint64               inode)
 {
   OstreeDevIno dev_ino_key;
   OstreeDevIno *dev_ino_val;
openSUSE Build Service is sponsored by