Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix move when in append mode + fix read/write direct_io vs cached behavior #1203

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

trapexit
Copy link
Owner

No description provided.

src/fileinfo.hpp Fixed Show fixed Hide fixed
@@ -182,6 +183,7 @@
_map["nfsopenhack"] = &nfsopenhack;
_map["nullrw"] = &nullrw;
_map["pid"] = &pid;
_map["parallel-direct-writes"] = &parallel_direct_writes;

Check warning

Code scanning / CodeQL

Local variable address stored in non-local memory

A stack address which arrived via a [parameter](1) may be assigned to a non-local variable.
Also add parallel direct write option for 6.2+ kernels.
@trapexit trapexit merged commit 42836e0 into master Jun 25, 2023
@trapexit trapexit deleted the append-move branch June 25, 2023 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant