]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4.1: FREE_STATEID can be asynchronous
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 22 Sep 2016 17:39:04 +0000 (13:39 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 27 Sep 2016 18:34:23 +0000 (14:34 -0400)
commitf0b0bf8826145f2da8b13f375177e907ae44b796
tree46931377e660c1a8e868e8b451c867d1649931f0
parentc5896fc8622d57b31e1e98545d67d7089019e478
NFSv4.1: FREE_STATEID can be asynchronous

Nothing should need to be serialised with FREE_STATEID on the client,
so let's make the RPC call always asynchronous. Also constify the
stateid argument.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Tested-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c