AIO - file operations changes The AIO patch makes some file_operations changes The new read() and write() methods Called new_read and new_write for now Add a fifth, "flags" argument Only one flag recognized for now: F_ATOMIC If set, the operation should not block Either succeed (perhaps partially) ...or return EAGAIN