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 2023/01/04 02:41:19 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8021: fs: Move mmap callback before truncate in [file|mountpt]_operations

xiaoxiang781216 commented on code in PR #8021:
URL: https://github.com/apache/nuttx/pull/8021#discussion_r1061096101


##########
fs/nxffs/nxffs_initialize.c:
##########
@@ -54,12 +54,12 @@ const struct mountpt_operations nxffs_operations =
   nxffs_write,       /* write */
   NULL,              /* seek -- Use f_pos in struct file */
   nxffs_ioctl,       /* ioctl */
+  NULL,              /* mmap */
 #ifdef __NO_TRUNCATE_SUPPORT__

Review Comment:
   Look like this is partial work @patacongo left:
   https://github.com/apache/nuttx/blob/master/fs/nxffs/README.txt#L187-L191



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