[Git][reproducible-builds/disorderfs][debian] Restore the 'use_ino' functionality

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Jan 3 09:37:27 UTC 2026



Holger Levsen pushed to branch debian at Reproducible Builds / disorderfs


Commits:
22dbaee1 by Roland Clobus at 2026-01-03T10:37:21+01:00
Restore the 'use_ino' functionality

(cherry picked from commit d981ab2a61c07f6e94e49de371930eb92e55e446)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- disorderfs.cpp


Changes:

=====================================
disorderfs.cpp
=====================================
@@ -485,6 +485,10 @@ int        main (int argc, char** argv)
         wrap(is_datasync ? fdatasync(info->fh) : fsync(info->fh));
         return 0; // return value is ignored
     };
+    disorderfs_fuse_operations.init = [] (struct fuse_conn_info *conn, struct fuse_config *cfg) -> void * {
+        cfg->use_ino = true;
+        return nullptr;
+    };
     disorderfs_fuse_operations.create = [] (const char* path, mode_t mode, struct fuse_file_info* info) -> int {
         Guard g;
         // XXX: use info->flags?



View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/22dbaee1578acee7420e66d66c051437385d264d

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/commit/22dbaee1578acee7420e66d66c051437385d264d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260103/97429d03/attachment.htm>


More information about the rb-commits mailing list