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

Why return FLT_PREOP_DISALLOW_FASTIO? Wouldn't that slow down the machine a lot? #56

Open
subvert0r opened this issue Nov 19, 2024 · 0 comments

Comments

@subvert0r
Copy link

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?

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

No branches or pull requests

1 participant