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


##########
fs/vfs/fs_close.c:
##########
@@ -48,25 +48,9 @@
  ****************************************************************************/
 
 #ifdef CONFIG_FS_NOTIFY
-static FAR char *file_get_path(FAR struct file *filep)
+static int file_get_path(FAR struct file *filep, FAR char *pathbuffer)

Review Comment:
   let's change lib_get_pathbuffer to lib_malloc instead



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