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/02/08 12:31:14 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5428: serial/pty: Close the internal pipe when reference count drop to zero

acassis commented on a change in pull request #5428:
URL: https://github.com/apache/incubator-nuttx/pull/5428#discussion_r801580419



##########
File path: drivers/serial/pty.c
##########
@@ -153,14 +153,10 @@ struct pty_devpair_s
  ****************************************************************************/
 
 static int     pty_semtake(FAR struct pty_devpair_s *devpair);
-#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS

Review comment:
       Why CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not checked anymore? Will it work without pseudo fs ops?




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