git: 9front

Download patch

ref: 020635bcd52c1eea28b455be62d69346c4b02f36
parent: bce6756d74c8c4e3da1ae529575eac199c98c204
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Jan 1 18:18:07 EST 2015

hjfs: fix missing superblock dirty mark when reaming

--- a/sys/src/cmd/hjfs/fs1.c
+++ b/sys/src/cmd/hjfs/fs1.c
@@ -176,6 +176,7 @@
 		goto error;
 	fs->root = r;
 	c->sb.root = r;
+	c->op |= BDELWRI;
 	putbuf(c);
 }
 
--