>From <bongi...@gmail.com>:

bongi...@gmail.com has uploaded a new change for review.

  https://review.gerrithub.io/238720

Change subject: Fix inode reference miscount when removing an entry.
......................................................................

Fix inode reference miscount when removing an entry.

In some situations cih_remove_checked() would be called twice
and rather than skipping it the second time, we would attempt
to remove the entry from the avl tree twice and decrement the
sentinel reference twice. This would prematurely lead to a 0
ref count, freeing or recycling, and thus segfaults and aborts.

Change-Id: I1082bb2e9bcac1689260ec36223bad17ac673185
Signed-off-by: Jeremy Bongio <jbon...@us.ibm.com>
---
M src/include/cache_inode_hash.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/20/238720/1
-- 
To view, visit https://review.gerrithub.io/238720
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1082bb2e9bcac1689260ec36223bad17ac673185
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: bongi...@gmail.com

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to