Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consistent treatment of EFAULT on O_DIRECT read/write
Make local filesystems treat a fault as shortened IO, returning -EFAULT only if nothing had been transferred. That's how everything else (NFS, FUSE, ceph, Lustre) behaves. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information