Skip to content

Commit 8af84bb

Browse files
authored
Merge pull request #129 from hayley-leblanc/issue_127
Add fence to nova_update_entry_csum, fix issue #127
2 parents e35245c + c44a38a commit 8af84bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nova/checksum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void nova_update_entry_csum(void *entry)
204204

205205
flush:
206206
if (entry_len > 0)
207-
nova_flush_buffer(entry, entry_len, 0);
207+
nova_flush_buffer(entry, entry_len, 1);
208208

209209
}
210210

0 commit comments

Comments
 (0)