anchao commented on code in PR #11177:
URL: https://github.com/apache/nuttx/pull/11177#discussion_r1393018450


##########
fs/inode/fs_files.c:
##########
@@ -408,7 +409,9 @@ int file_allocate_from_tcb(FAR struct tcb_s *tcb, FAR 
struct inode *inode,
       return ret;
     }
 
-  filep = files_fget_by_index(list, i, 0);
+  j = 0;
+
+  filep = files_fget_by_index(list, i, j);

Review Comment:
   invalid change, let me revert



-- 
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-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to