masayuki2009 opened a new pull request #4174:
URL: https://github.com/apache/incubator-nuttx/pull/4174


   ## Summary
   
   - This PR consists of the following 3 commits
   - commit1: fs: nfs: Fix statfs for NFS
     - 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
   - commit2: fs, include: Use fsblkcnt_t and fsfilcnt_t instead of off_t
     - On Linux, fsblkcnt_t and fsfilcnt_t are used in struct statfs
     - This commit applies the same logic
   - commit3: fs: mount: Change the format for df
     - This commit changes the format for df to support big
         storage up to 2TB.
   
   ## Impact
   
   - None
   
   ## Testing
   
   - Tested with spresense:rndis_smp (nfs/fat32/smartfs)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to