commit | 9beae4677de76cfa4ce8899dc8cd1a1cf8cd8332 | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Mon Dec 26 15:43:57 2011 +0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 31 18:20:25 2012 -0500 |
tree | 5745aa9f5b40fcdb05aca68c186e4a329f3d911e | |
parent | d706ed1f50d3f7fae61a177183562179abe8e4bb [diff] |
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>