Build System wrote:
kernel-2.6.8-1.624...
- support O_NONBLOCK for read,pread,readv of regular files.
I'm just beeing curious here, how is it determined that a read of a file will block ? Does it mean select() will not present a regular file a always readable anymore ?