android_kernel_google_msm/net/sunrpc
Linus Torvalds 89d83ed09c vfs: make it possible to access the dentry hash/len as one 64-bit entry
This allows comparing hash and len in one operation on 64-bit
architectures.  Right now only __d_lookup_rcu() takes advantage of this,
since that is the case we care most about.

The use of anonymous struct/unions hides the alternate 64-bit approach
from most users, the exception being a few cases where we initialize a
'struct qstr' with a static initializer.  This makes the problematic
cases use a new QSTR_INIT() helper function for that (but initializing
just the name pointer with a "{ .name = xyzzy }" initializer remains
valid, as does just copying another qstr structure).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Change-Id: I710810eb8717563264428e39c99e62599d31907e
2018-12-07 22:20:38 +04:00
..
auth_gss
xprtrdma svcrdma: Fix send_reply() scatter/gather set-up 2016-04-27 18:55:14 +08:00
Kconfig
Makefile
addr.c
auth.c
auth_generic.c
auth_null.c
auth_unix.c
backchannel_rqst.c SUNRPC: Fix a memory leak in the backchannel code 2015-10-22 09:20:03 +08:00
bc_svc.c
cache.c sunrpc: fix braino in ->poll() 2015-06-19 11:40:22 +08:00
clnt.c vfs: make it possible to access the dentry hash/len as one 64-bit entry 2018-12-07 22:20:38 +04:00
netns.h
rpc_pipe.c vfs: make it possible to access the dentry hash/len as one 64-bit entry 2018-12-07 22:20:38 +04:00
rpcb_clnt.c
sched.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
socklib.c
stats.c
sunrpc.h
sunrpc_syms.c
svc.c
svc_xprt.c
svcauth.c
svcauth_unix.c sunrpc: Fix possibly uninitialized variable warnings 2016-10-29 23:12:09 +08:00
svcsock.c SUNRPC: Fix locking around callback channel reply receive 2015-04-14 17:33:36 +08:00
sysctl.c
timer.c
xdr.c
xprt.c SUNRPC: never enqueue a ->rq_cong request on ->sending 2016-03-21 09:17:56 +08:00
xprtsock.c SUNRPC: xs_reset_transport must mark the connection as disconnected 2016-04-27 18:55:16 +08:00