You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O_DIRECT is documented to "Try to minimize cache effects of the I/O to and from this file.", thus it might be doing the opposite in libeatmydata might be desirable. A challenge would be to check for alignment / block size violations, for which EINVAL should be returned instead of performing the I/O in buffered mode.
The text was updated successfully, but these errors were encountered:
O_DIRECT is documented to "Try to minimize cache effects of the I/O to and from this file.", thus it might be doing the opposite in libeatmydata might be desirable. A challenge would be to check for alignment / block size violations, for which EINVAL should be returned instead of performing the I/O in buffered mode.
The text was updated successfully, but these errors were encountered: