linux-stable/include/linux/sunrpc
Trond Myklebust ba8ec7a607 SUNRPC: Shrink size of struct rpc_task
Move the field 'tk_rpc_status' so that we eliminate a 4 byte hole in the
structure.
For x86_64, this shrinks the size of the struct by 8 bytes.

'pahole' output before the change:
        /* size: 232, cachelines: 4, members: 27 */
        /* sum members: 222, holes: 1, sum holes: 4 */
        /* sum bitfield members: 8 bits (1 bytes) */
        /* padding: 5 */
        /* last cacheline: 40 bytes */

'pahole' output after the change:
        /* size: 224, cachelines: 4, members: 27 */
        /* padding: 1 */
        /* last cacheline: 32 bytes */

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2022-07-23 14:47:28 -04:00
..
addr.h
auth.h
auth_gss.h
bc_xprt.h
cache.h SUNRPC: Make cache_req::thread_wait an unsigned long 2022-05-19 12:25:39 -04:00
clnt.h SUNRPC: Ensure that the gssproxy client can start in a connected state 2022-05-07 14:31:15 -04:00
debug.h
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
gss_krb5_enctypes.h
metrics.h
msg_prot.h
rpc_pipe_fs.h
rpc_rdma.h
rpc_rdma_cid.h
sched.h SUNRPC: Shrink size of struct rpc_task 2022-07-23 14:47:28 -04:00
stats.h
svc.h SUNRPC: Simplify synopsis of svc_pool_for_cpu() 2022-05-19 12:25:40 -04:00
svc_rdma.h
svc_rdma_pcl.h
svc_xprt.h
svcauth.h
svcauth_gss.h
svcsock.h
timer.h
types.h
xdr.h SUNRPC: Optimize xdr_reserve_space() 2022-06-08 12:39:37 -04:00
xprt.h NFS client bugfixes for Linux 5.18 2022-04-08 07:39:17 -10:00
xprtmultipath.h
xprtrdma.h
xprtsock.h