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/03 14:10:30 UTC

[GitHub] [nuttx] jlaitine commented on a diff in pull request #8026: Add mm map

jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1060621034


##########
fs/mmap/fs_mmap.c:
##########
@@ -42,6 +42,50 @@
  * Private Functions
  ****************************************************************************/
 
+/****************************************************************************
+ * Name: unmap_anonymous
+ ****************************************************************************/
+
+#ifdef CONFIG_MM_MAP
+static int unmap_anonymous(FAR struct task_group_s *group,
+                           FAR struct mm_map_entry_s *map,
+                           FAR void *start,
+                           size_t length)
+{
+  /* "priv" field stores whether the allocation is done in kernel */

Review Comment:
   This comment was accidentally left in wrong place, will correct



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