fs: nfs: Fix statfs for NFS
Summary: - I noticed that the results of the df command are incorrect for NFS. - Finally, I found that obj_attributes is not needed to communicate with the NFS server on Linux - This commit fixes this issue Impact: - None Testing: - Tested with spresense:rndis_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
3834e7e2c9
commit
a3f1abfb45
|
@ -308,7 +308,6 @@ struct nfsv3_sattr
|
|||
struct nfs_statfs
|
||||
{
|
||||
uint32_t obj_attributes_follow;
|
||||
struct nfs_fattr obj_attributes;
|
||||
nfsuint64 sf_tbytes;
|
||||
nfsuint64 sf_fbytes;
|
||||
nfsuint64 sf_abytes;
|
||||
|
|
Loading…
Reference in New Issue