ref: 1a4e1fc2e52ab80b55ef0d7fdccca973267fb4cc
parent: 869a9be7c874109f73eb57f405b94e3e86242039
author: 9ferno <[email protected]>
date: Wed Dec 7 12:22:08 EST 2022
set missing Iobuf.tag
--- a/iobuf.c
+++ b/iobuf.c
@@ -458,6 +458,7 @@
freshalloc, getcallerpc(&blkno));
if(b != nil){
recentmetadata(b->m, &b->cur, &b->new);
+ b->tag = b->cur->tag;
if(readonly == 0){ /* writable */
memcpy(b->new, b->cur, Blocksize);
b->new->verd++;