[Bugs] [Bug 1228520] New: USS: Take ref on root inode
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jun 5 06:27:13 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1228520
Bug ID: 1228520
Summary: USS: Take ref on root inode
Product: GlusterFS
Version: mainline
Component: snapshot
Assignee: bugs at gluster.org
Reporter: rkavunga at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
<snip from xlators/features/snapview-client/src/snapview-client.c>
root_loc.gfid[15] = 1;
root_loc.inode = loc->inode->table->root;
root_loc.inode->ia_type = IA_IFDIR;
temp_loc = &root_loc;
</snip>
It is better to take a ref on root inode in above case.
Version-Release number of selected component (if applicable):
How reproducible:
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