nuttx/fs/nfs
Erdem Meydanli 7f018e7898 fs/nfs/nfs_proto.h: Use of uint64_t in the data types breaks NFS functionality.
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.
2020-05-28 12:22:23 -06:00
..
Kconfig Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
nfs_mount.h fs/nfs: Support both IPv6 and TCP 2020-03-02 15:04:07 -06:00
nfs_node.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00
nfs_proto.h fs/nfs/nfs_proto.h: Use of uint64_t in the data types breaks NFS functionality. 2020-05-28 12:22:23 -06:00
nfs_util.c fs/nfs/nfs_util.c: Fix compilation error 2020-05-25 13:45:28 -06:00
nfs_vfsops.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
nfs.h fs/nfs: Support both IPv6 and TCP 2020-03-02 15:04:07 -06:00
rpc_clnt.c fs/nfs: Add the simplest RPCAUTH_UNIX support 2020-03-02 15:04:20 -06:00
rpc.h fs/nfs: Add the simplest RPCAUTH_UNIX support 2020-03-02 15:04:20 -06:00
xdr_subs.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00