7f018e7898
The use of uint64_t primitive type in NFS structures forces the compiler to align data on an 8-byte boundary. As a result of this, unwanted gaps being created, which causes NFS to fail. (e.g., nfs_read/initialize the request) Using nfsuint64 instead of uint64_t fixes this issue. |
||
---|---|---|
.. | ||
Kconfig | ||
Make.defs | ||
nfs_mount.h | ||
nfs_node.h | ||
nfs_proto.h | ||
nfs_util.c | ||
nfs_vfsops.c | ||
nfs.h | ||
rpc_clnt.c | ||
rpc.h | ||
xdr_subs.h |