twx-linux/include/linux/sunrpc
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
xdrgen xdrgen: Fix return code checking in built-in XDR decoders 2024-09-20 19:31:39 -04:00
addr.h
auth_gss.h
auth.h
bc_xprt.h
cache.h
clnt.h
debug.h
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
metrics.h
msg_prot.h
rdma_rn.h
rpc_pipe_fs.h
rpc_rdma_cid.h
rpc_rdma.h
sched.h SUNRPC: convert RPC_TASK_* constants to enum 2024-09-23 15:03:13 -04:00
stats.h
svc_rdma_pcl.h
svc_rdma.h svcrdma: Handle device removal outside of the CM event handler 2024-09-20 19:31:03 -04:00
svc_xprt.h
svc.h SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
svcauth_gss.h
svcauth.h SUNRPC: add svcauth_map_clnt_to_svc_cred_local 2024-09-23 15:03:30 -04:00
svcsock.h SUNRPC: make various functions static, or not exported. 2024-09-01 10:04:56 -04:00
timer.h
types.h
xdr.h move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
xprt.h
xprtmultipath.h
xprtrdma.h
xprtsock.h