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 2022/04/12 09:47:14 UTC

[GitHub] [incubator-nuttx] jlaitine opened a new pull request, #6049: fs/vfs/fs_truncate.c: Use ioctl to truncate on non-mountpoint inode

jlaitine opened a new pull request, #6049:
URL: https://github.com/apache/incubator-nuttx/pull/6049

   Signed-off-by: Jukka Laitinen <ju...@ssrc.tii.ae>
   
   ## Summary
   
   This adds support to call ftruncate on an inode in non-mountable filesystem, e.g. a driver or shm
   
   ## Impact
   
   Enables calling ftruncate on a driver node
   
   ## Testing
   
   Tested on stm32f7 with a custom posix shm driver
   


-- 
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 #6049: fs/vfs/fs_truncate.c: Use ioctl to truncate on non-mountpoint inode

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


-- 
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 commented on pull request #6049: fs/vfs/fs_truncate.c: Use ioctl to truncate on non-mountpoint inode

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #6049:
URL: https://github.com/apache/incubator-nuttx/pull/6049#issuecomment-1097462717

   ci error is fixed by https://github.com/apache/incubator-nuttx/pull/6055, let's merge this PR directly to save the resource.


-- 
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