]> git.baikalelectronics.ru Git - kernel.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)
commit11ea93a277a9857311e7e5dd3a1f235d9198f627
tree46931377e660c1a8e868e8b451c867d1649931f0
parent7721cc3ed9af8295dcfb5ba72307e009fd089831
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