]> rtime.felk.cvut.cz Git - linux-imx.git/commit
SUNRPC: cleanup GSS pipes usage
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 26 Dec 2011 12:43:57 +0000 (15:43 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:25 +0000 (18:20 -0500)
commit9beae4677de76cfa4ce8899dc8cd1a1cf8cd8332
tree5745aa9f5b40fcdb05aca68c186e4a329f3d911e
parentd706ed1f50d3f7fae61a177183562179abe8e4bb
SUNRPC: cleanup GSS pipes usage

Currently gss auth holds RPC inode pointer which is now redundant since it
requires only pipes operations which takes private pipe data as an argument.
Thus this code can be cleaned and all references to RPC inode can be replaced
with privtae pipe data references.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c