You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "gneworld (via GitHub)" <gi...@apache.org> on 2023/08/11 01:59:44 UTC

[GitHub] [nuttx] gneworld opened a new pull request, #10164: fs: Replace fl_lock in filelist with the critical section

gneworld opened a new pull request, #10164:
URL: https://github.com/apache/nuttx/pull/10164

   to improve the conversion performance from fd to filep
   
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] anchao closed pull request #10164: fs: Replace fl_lock in filelist with the critical section

Posted by "anchao (via GitHub)" <gi...@apache.org>.
anchao closed pull request #10164: fs: Replace fl_lock in filelist with the critical section
URL: https://github.com/apache/nuttx/pull/10164


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] anchao commented on pull request #10164: fs: Replace fl_lock in filelist with the critical section

Posted by "anchao (via GitHub)" <gi...@apache.org>.
anchao commented on PR #10164:
URL: https://github.com/apache/nuttx/pull/10164#issuecomment-1704586173

   @gneworld  Let's close this PR until we find a better solution


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] anchao commented on pull request #10164: fs: Replace fl_lock in filelist with the critical section

Posted by "anchao (via GitHub)" <gi...@apache.org>.
anchao commented on PR #10164:
URL: https://github.com/apache/nuttx/pull/10164#issuecomment-1674175965

   I don't think this is safe enough on all file lower half implementations, if there is a wait lock for the lower half then this protection will be meaningless


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org