glusterfs icon indicating copy to clipboard operation
glusterfs copied to clipboard

inode_ref() - add a parameter for using w/o locking

Open tshacked opened this issue 2 years ago • 1 comments

Perhaps instead set it after line 719, as:

inode->ns_inode = __inode_ref(table->root, false);

So you can save one cycle of lock/unlock of table->lock ?

Originally posted by @mykaul in https://github.com/gluster/glusterfs/pull/3033#discussion_r767270035

tshacked avatar Dec 13 '21 12:12 tshacked

Thank you for your contributions. Noticed that this issue is not having any activity in last ~6 months! We are marking this issue as stale because it has not had recent activity. It will be closed in 2 weeks if no one responds with a comment here.

stale[bot] avatar Jul 12 '22 03:07 stale[bot]

Closing this issue as there was no update since my last update on issue. If this is an issue which is still valid, feel free to open it.

stale[bot] avatar Nov 01 '22 21:11 stale[bot]

Completed as part of https://github.com/gluster/glusterfs/pull/3749

mykaul avatar Nov 02 '22 09:11 mykaul