You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/19 07:56:08 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #4174: Fix nfs and statfs

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4174: Fix nfs and statfs

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4174:
URL: https://github.com/apache/incubator-nuttx/pull/4174


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4174: Fix nfs and statfs

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4174:
URL: https://github.com/apache/incubator-nuttx/pull/4174


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4174: Fix nfs and statfs

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4174:
URL: https://github.com/apache/incubator-nuttx/pull/4174


   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org