Merge pull request #2874 from aospan/inode64-fix

commit: fix ostree deployment on 64-bit inode fs
This commit is contained in:
Colin Walters 2023-06-06 12:37:41 -04:00 committed by GitHub
commit 8762062648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1510,7 +1510,7 @@ scan_loose_devino (OstreeRepo *self, GHashTable *devino_cache, GCancellable *can
* checksum. */
static const char *
devino_cache_lookup (OstreeRepo *self, OstreeRepoCommitModifier *modifier, guint32 device,
guint32 inode)
guint64 inode)
{
OstreeDevIno dev_ino_key;
OstreeDevIno *dev_ino_val;