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/09/18 10:28:10 UTC

[GitHub] [incubator-nuttx] zhuyanlinzyl opened a new pull request #4573: fs:procfs: add waiting_paging_fill state names

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


   Follow task_state in tcb_s.
   
   Signed-off-by: zhuyanlin <zh...@xiaomi.com>
   
   ## Summary
   
   ## Impact
   No
   ## Testing
   
   


-- 
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 a change in pull request #4573: fs:procfs: add waiting_paging_fill state names

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #4573:
URL: https://github.com/apache/incubator-nuttx/pull/4573#discussion_r711579465



##########
File path: fs/procfs/fs_procfsproc.c
##########
@@ -366,6 +366,9 @@ static FAR const char * const g_statenames[] =
   , "Waiting,MQ empty"
   , "Waiting,MQ full"
 #endif
+#ifdef CONFIG_PAGING
+  , "Waiting,Paging Fill "

Review comment:
       remove the tail space




-- 
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] acassis merged pull request #4573: fs:procfs: add waiting_paging_fill state names

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


   


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