fuse-backend-rs icon indicating copy to clipboard operation
fuse-backend-rs copied to clipboard

ptfs: refine the way to support O_DIRECT

Open jiangliu opened this issue 2 years ago • 0 comments

We have special support of the O_DIRECT flag, but the implementation has race conditions due to Time To Check & Time To Use issues. So refine the implementation by using a RwLock.

jiangliu avatar Nov 15 '23 09:11 jiangliu