[Bugs] [Bug 1228521] New: USS: Take ref on root inode
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jun 5 06:30:12 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1228521
Bug ID: 1228521
Summary: USS: Take ref on root inode
Product: GlusterFS
Version: 3.7.0
Component: snapshot
Keywords: Triaged
Assignee: bugs at gluster.org
Reporter: rkavunga at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Depends On: 1228520
+++ This bug was initially created as a clone of Bug #1228520 +++
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:
--- Additional comment from Mohammed Rafi KC on 2015-06-05 02:28:29 EDT ---
upstream patch : http://review.gluster.org/10750
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1228520
[Bug 1228520] USS: Take ref on root inode
--
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