xiaoxiang781216 commented on code in PR #20118: URL: https://github.com/apache/nuttx/pull/20118#discussion_r3998570686
########## 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: no, I mean let file_get_path call lib_malloc and rever the change in fs/ -- 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]
