tmp_suning_uos_patched/net/sunrpc
Kevin Coffman 4ab4b0bedd sunrpc: make token header values less confusing
g_make_token_header() and g_token_size() add two too many, and
therefore their callers pass in "(logical_value - 2)" rather
than "logical_value" as hard-coded values which causes confusion.

This dates back to the original g_make_token_header which took an
optional token type (token_id) value and added it to the token.
This was removed, but the routine always adds room for the token_id
rather than not.

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
2008-04-23 16:13:41 -04:00
..
auth_gss sunrpc: make token header values less confusing 2008-04-23 16:13:41 -04:00
xprtrdma SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send 2008-04-23 16:13:40 -04:00
auth_null.c
auth_unix.c
auth.c
cache.c svcrpc: move unused field from cache_deferred_req 2008-04-23 16:13:37 -04:00
clnt.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2008-04-17 23:56:30 -07:00
Makefile
rpc_pipe.c
rpcb_clnt.c
sched.c
socklib.c
stats.c
sunrpc_syms.c
svc_xprt.c SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails 2008-04-23 16:13:38 -04:00
svc.c net/sunrpc/svc.c: suppress unintialized var warning 2008-04-23 16:13:40 -04:00
svcauth_unix.c IPv6 support for NFS server export caches 2008-04-23 16:13:36 -04:00
svcauth.c
svcsock.c SUNRPC: export svc_sock_update_bufs 2008-04-23 16:13:35 -04:00
sysctl.c
timer.c
xdr.c SUNRPC: don't call flush_dcache_page() with an invalid pointer 2008-04-08 21:06:50 -04:00
xprt.c
xprtsock.c