[PATCH] check for O_DIRECT capability in open(), not write()
For O_DIRECT opens we're currently checking that the fs supports O_DIRECT at write(2)-time. This is a forward-port of Andrea's patch which moves the check to open() time. Seems more sensible.
Showing
Please register or sign in to comment