We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project, but I have a question regarding this part of the code:
if (FLT_IS_FASTIO_OPERATION(Data)) { Status = FLT_PREOP_DISALLOW_FASTIO; goto ERROR; }
Why do this? Can't we handle fastio as well instead of disallowing it?
Wouldn't this cause the machine to slow down because now I/O manager will never be able to issue fast i/o operations for cached files?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Great project, but I have a question regarding this part of the code:
Why do this? Can't we handle fastio as well instead of disallowing it?
Wouldn't this cause the machine to slow down because now I/O manager will never be able to issue fast i/o operations for cached files?
The text was updated successfully, but these errors were encountered: