Abhishekmishra2808 commented on code in PR #19162: URL: https://github.com/apache/nuttx/pull/19162#discussion_r3443719588
########## fs/inode/fs_inode.c: ########## @@ -276,7 +290,7 @@ int inode_checkperm(FAR struct inode *inode, int oflags) int inode_checkdirperm(FAR struct inode *dir, int amode) Review Comment: Renamed as suggested: inode_checkdirperm → inode_checkperm, old inode_checkperm(oflags) → inode_checkopenperm. Now, opwn checks delegate mode-bit validation to inode_checkperm(). -- 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]
