-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfsv42: update OperationCOPY to support async copy
Motivation: For a big files client might request an async copy. Moreover, the server itself might decide to switch to async mode if requests takes too long. Thus the server should be ready to notify the client when copy is complete. Modification: Update OperationCOPY to (a) use async copy if requests or switch to async mode if copyFileRange syscall takes too long. Result: async behavior for server-side-copy Acked-by: Paul Millar Target: master
- Loading branch information
Showing
2 changed files
with
81 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters