iUpdate comment - dedup - deduplicating backup program Err bitreich.org 70 hgit clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ URL:git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ bitreich.org 70 1Log /scm/dedup/log.gph bitreich.org 70 1Files /scm/dedup/files.gph bitreich.org 70 1Refs /scm/dedup/refs.gph bitreich.org 70 1Tags /scm/dedup/tag bitreich.org 70 1README /scm/dedup/file/README.gph bitreich.org 70 1LICENSE /scm/dedup/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit d68ea46d747443f91d963fce511b5fbf46ad11aa /scm/dedup/commit/d68ea46d747443f91d963fce511b5fbf46ad11aa.gph bitreich.org 70 1parent 2370f812d96bdcae0484b0f4f3041e4d1ab0d07d /scm/dedup/commit/2370f812d96bdcae0484b0f4f3041e4d1ab0d07d.gph bitreich.org 70 hAuthor: sin URL:mailto:sin@2f30.org bitreich.org 70 iDate: Tue, 7 May 2019 21:06:12 +0100 Err bitreich.org 70 i Err bitreich.org 70 iUpdate comment Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M bstorage.c | 2 +- Err bitreich.org 70 i M snap.c | 2 +- Err bitreich.org 70 i Err bitreich.org 70 i2 files changed, 2 insertions(+), 2 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/bstorage.c b/bstorage.c /scm/dedup/file/bstorage.c.gph bitreich.org 70 i@@ -105,7 +105,7 @@ struct sctx { Err bitreich.org 70 i SLIST_HEAD(gchead, bd) gchead; /* list of all blocks with a zero refcount */ Err bitreich.org 70 i int fd; /* underlying storage file descriptor */ Err bitreich.org 70 i int rdonly; /* when set to 1, the bssync() operation is a no-op */ Err bitreich.org 70 i- struct bhdr bhdr; /* block header entry */ Err bitreich.org 70 i+ struct bhdr bhdr; /* block header */ Err bitreich.org 70 i }; Err bitreich.org 70 i Err bitreich.org 70 i static int Err bitreich.org 70 1diff --git a/snap.c b/snap.c /scm/dedup/file/snap.c.gph bitreich.org 70 i@@ -54,7 +54,7 @@ struct sctx { Err bitreich.org 70 i struct mdnode *mdnext; /* next hash to be returned via sget() */ Err bitreich.org 70 i int fd; /* underlying snapshot file descriptor */ Err bitreich.org 70 i int rdonly; /* when set to 1, the ssync() operation is a no-op */ Err bitreich.org 70 i- struct shdr shdr; Err bitreich.org 70 i+ struct shdr shdr; /* snapshot header */ Err bitreich.org 70 i }; Err bitreich.org 70 i Err bitreich.org 70 i static char errbuf[NERRBUF]; Err bitreich.org 70 .