]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFS: callback up - transport backchannel cleanup
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 20 Aug 2012 14:00:21 +0000 (18:00 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Oct 2012 22:25:29 +0000 (15:25 -0700)
commit691c457ae635a063e0e4c8551ba4566eab9a17e3
treedeb020038dbf6f9c0bb5c76c7ba46053a0266192
parentc946556b8749beb357e2d2860e7dac757972dd3d
NFS: callback up - transport backchannel cleanup

No need to assign transports backchannel server explicitly in
nfs41_callback_up() -  there is nfs_callback_bc_serv() function for this.
By using it, nfs4_callback_up() and nfs41_callback_up() can be called without
transport argument.

Note: service have to be passed to nfs_callback_bc_serv() instead of callback,
since callback link can be uninitialized.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback.c