commit | 80a491fd40770db143d250772778ff4f89b807ef | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Mar 17 07:06:56 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Mar 17 15:14:17 2014 -0400 |
tree | 1086dc1865bab7fb3934d587742976e647b25895 | |
parent | 0e862a405185b28e775eeeae6b04bfa39724b1ad [diff] |
nfs: convert nfs_rename to use async_rename infrastructure There isn't much sense in maintaining two separate versions of rename code. Convert nfs_rename to use the asynchronous rename infrastructure that nfs_sillyrename uses, and emulate synchronous behavior by having the task just wait on the reply. Signed-off-by: Jeff Layton <jlayton@redhat.com> Tested-by: Anna Schumaker <Anna.Schumaker@netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>