diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 27b6e1a5f77..32aa6455941 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -1065,7 +1065,7 @@ linux_pwritev(struct thread *td, struct linux_pwritev_args *uap) return (error); error = kern_pwritev(td, uap->fd, auio, offset); free(auio, M_IOV); - return (error); + return (linux_enobufs2eagain(td, uap->fd, error)); } int