-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fs/sync: add sync api #5999
fs/sync: add sync api #5999
Conversation
do you have a plan to actually implement them? |
If there are no plans to implement then both could be handled as an empty defines at application layer. |
No, add them for iozone tools only. |
There is currently no good idea to implement them, so assume they will always succeed |
Then maybe it is more easy to handle this at iozone tools integration level only? |
@xiaoxiang781216 @Donny9 can we close this PR? |
No, sync isn't implemented yet. |
@pkarashchenko sync is ready for review now. |
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
Summary
sync: add sync and syncfs api
Impact
support sync
Testing
Ci