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


##########
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:
   let's FS_RAMMAP depend on FS_REFCOUNT 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