mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Revert "net: nfs: Correct the reply data buffer size"
This reverts commit 6279b49e6c.
This caused a bad data crc.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reported-by: Guillaume GARDET <guillaume.gardet@free.fr>
This commit is contained in:
parent
a73588fe48
commit
11e8ec96dc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct rpc_t {
|
|||
uint32_t verifier;
|
||||
uint32_t v2;
|
||||
uint32_t astatus;
|
||||
uint32_t data[NFS_READ_SIZE / sizeof(uint32_t)];
|
||||
uint32_t data[NFS_READ_SIZE];
|
||||
} reply;
|
||||
} u;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue