mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
Merge pull request #2947 from cgwalters/rhel8-inode64
[rhel8] Backport inode64 patches
This commit is contained in:
commit
3c31961c96
@ -82,7 +82,10 @@ AM_COND_IF([BUILDOPT_TSAN],
|
|||||||
LT_PREREQ([2.2.4])
|
LT_PREREQ([2.2.4])
|
||||||
LT_INIT([disable-static])
|
LT_INIT([disable-static])
|
||||||
|
|
||||||
OSTREE_FEATURES=""
|
dnl We have an always-on feature now to signify the fix for
|
||||||
|
dnl https://github.com/ostreedev/ostree/pull/2874/commits/de6fddc6adee09a93901243dc7074090828a1912
|
||||||
|
dnl "commit: fix ostree deployment on 64-bit inode fs"
|
||||||
|
OSTREE_FEATURES="inode64"
|
||||||
AC_SUBST([OSTREE_FEATURES])
|
AC_SUBST([OSTREE_FEATURES])
|
||||||
|
|
||||||
GLIB_TESTS
|
GLIB_TESTS
|
||||||
|
@ -1584,7 +1584,7 @@ static const char *
|
|||||||
devino_cache_lookup (OstreeRepo *self,
|
devino_cache_lookup (OstreeRepo *self,
|
||||||
OstreeRepoCommitModifier *modifier,
|
OstreeRepoCommitModifier *modifier,
|
||||||
guint32 device,
|
guint32 device,
|
||||||
guint32 inode)
|
guint64 inode)
|
||||||
{
|
{
|
||||||
OstreeDevIno dev_ino_key;
|
OstreeDevIno dev_ino_key;
|
||||||
OstreeDevIno *dev_ino_val;
|
OstreeDevIno *dev_ino_val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user