We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35245c + c44a38a commit 8af84bbCopy full SHA for 8af84bb
1 file changed
fs/nova/checksum.c
@@ -204,7 +204,7 @@ void nova_update_entry_csum(void *entry)
204
205
flush:
206
if (entry_len > 0)
207
- nova_flush_buffer(entry, entry_len, 0);
+ nova_flush_buffer(entry, entry_len, 1);
208
209
}
210
0 commit comments