Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs: propagate NFS errors of server-side-copy to the client
Motivation: when server-side-copy with an NFS error, like NOT_SUPP, then we want this error to be propagated to the client. Modification: Update OperationCOPY to map only non NFS errors to EIO. Result: proper error handling. Acked-by: Albert Rossi Target: master
- Loading branch information