Comment 7 for bug 2041670

Revision history for this message
In , christian.brauner (christian.brauner-linux-kernel-bugs) wrote :

I think that's intended. You're creating a file and you're requesting it to be opened with O_DIRECT but if the underlying filesystem doesn't support O_DIRECT then you fail the open. So that the file is created is fine.