Zhangshoukui commented on code in PR #13578: URL: https://github.com/apache/nuttx/pull/13578#discussion_r1770828461
########## include/nuttx/fs/fs.h: ########## @@ -1173,7 +1173,11 @@ int fs_getfilep(int fd, FAR struct file **filep); * ****************************************************************************/ +#ifdef CONFIG_FS_REFCOUNT void fs_reffilep(FAR struct file *filep); +#else Review Comment: done -- 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]
