xiaoxiang781216 commented on a change in pull request #5823: URL: https://github.com/apache/incubator-nuttx/pull/5823#discussion_r832803340
########## File path: fs/rpmsgfs/rpmsgfs_client.c ########## @@ -740,8 +741,8 @@ int rpmsgfs_client_rename(FAR void *handle, FAR const char *oldpath, DEBUGASSERT(len <= space); Review comment: There isn't rpmsg_free_tx_payload_buffer api yet: https://github.com/OpenAMP/open-amp/issues/361 That is why DEBUGASSERT is added here since we can't return the buffer to pool without sending. -- 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