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


##########
fs/hostfs/hostfs.c:
##########
@@ -616,6 +610,16 @@ static int hostfs_ioctl(FAR struct file *filep, int cmd, 
unsigned long arg)
     {
       switch (cmd)
         {
+          case FIOC_GETLK:
+          case FIOC_SETLK:
+          case FIOC_SETLKW:

Review Comment:
   @LingaoM could you provide a new pr: let other hostfs return -ENOTTY?
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to