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
Since 6.14, Linux supports a RWF_DONTCACHE flag to pwritev2 and preadv2. See https://lwn.net/Articles/998783/ for why this is useful. This constant should be added to the os module.
Feature or enhancement
Since 6.14, Linux supports a
RWF_DONTCACHEflag topwritev2andpreadv2. See https://lwn.net/Articles/998783/ for why this is useful. This constant should be added to theosmodule.Linked PRs