Loading fs/nfs/nfs42proc.c +5 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,11 @@ ssize_t nfs42_proc_copy(struct file *src, loff_t pos_src, if (err == -ENOTSUPP) { err = -EOPNOTSUPP; break; } if (err == -EAGAIN) { } else if (err == -EAGAIN) { dst_exception.retry = 1; continue; } else if (err == -NFS4ERR_OFFLOAD_NO_REQS && !args.sync) { args.sync = true; dst_exception.retry = 1; continue; } Loading Loading
fs/nfs/nfs42proc.c +5 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,11 @@ ssize_t nfs42_proc_copy(struct file *src, loff_t pos_src, if (err == -ENOTSUPP) { err = -EOPNOTSUPP; break; } if (err == -EAGAIN) { } else if (err == -EAGAIN) { dst_exception.retry = 1; continue; } else if (err == -NFS4ERR_OFFLOAD_NO_REQS && !args.sync) { args.sync = true; dst_exception.retry = 1; continue; } Loading