Description of problem: I am creating a script using system tap tool to detect ref leaks in gluster. So while probing ref count in referencing/dereferencing functions (dict_ref, dict_unref, inode_ref, inode_unref, fd_ref, fd_unref), name of the variable which keeps ref count is different in different structures (in inode_t it was ref, elsewhere it is refcount). So this thing was making the script less dynamic. So i fixed the name of the attribute (to refcount) to make it common for all structures. Version-Release number of selected component (if applicable): 3.12 How reproducible: Check the inode_t structure's attribute ref. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
REVIEW: https://review.gluster.org/17220 (libglusterfs/src/ : fix inode_t's ref attribute to refcount) posted (#1) for review on master by Sonal Arora (sarora)
REVIEW: https://review.gluster.org/17220 (libglusterfs/src/ : fix inode_t's ref attribute to refcount) posted (#2) for review on master by Sonal Arora (sarora)
This update is done in bulk based on the state of the patch and the time since last activity. If the issue is still seen, please reopen the bug.