Skip to content

Commit c44a38a

Browse files
Add fence to nova_update_entry_csum
1 parent 6640052 commit c44a38a

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)