mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
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:
committed by
Xiang Xiao
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;
|
||||
|
||||
Reference in New Issue
Block a user