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

Filter out O_DIRECT at open_inode #192

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

zyfjeff
Copy link
Contributor

@zyfjeff zyfjeff commented Apr 11, 2024

Filter out the libc::O_DIRECT flag at open_inode. Also, add the "allow_direct_io" flag to allow users to make the file system to honor the flag instead.

reference virtiofsd 894361d1e83c23460ce9aaadc40a6af598a790d4

Filter out the libc::O_DIRECT flag at open_inode. Also, add the
"allow_direct_io" flag to allow users to make the file system to honor
the flag instead.

reference virtiofsd 894361d1e83c23460ce9aaadc40a6af598a790d4

Signed-off-by: zyfjeff <zyfjeff@linux.alibaba.com>
Copy link
Contributor

@bergwolf bergwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bergwolf bergwolf merged commit 69feddf into cloud-hypervisor:master Apr 12, 2024
10 checks passed
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.

2 participants