[Bugs] [Bug 1449236] New: Fix the name of inode_t 's ref to refcount

bugzilla at redhat.com bugzilla at redhat.com
Tue May 9 13:14:04 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1449236

            Bug ID: 1449236
           Summary: Fix the name of inode_t 's ref to refcount
           Product: GlusterFS
           Version: mainline
         Component: core
          Assignee: bugs at gluster.org
          Reporter: sarora at redhat.com
                CC: bugs at gluster.org



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:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list