K 10 svn:author V 3 phk K 8 svn:date V 27 2004-12-22T17:05:44.000000Z K 7 svn:log V 249 Be consistent about flag values passed to device drivers read/write methods: Read can see O_NONBLOCK and O_DIRECT. Write can see O_NONBLOCK, O_DIRECT and O_FSYNC. In addition O_DIRECT is shadowed as IO_DIRECT for now for backwards compatibility. END