diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2012-04-24 18:40:00 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-24 13:08:24 -0700 |
commit | 2a59514236630756dc996e08b50f539ccc2d3ff0 (patch) | |
tree | 65bfc088c7ecd14d304283b544884c510829efdf /xlators/mgmt/glusterd/src | |
parent | 1fc54cf7c5e2a88cf8f59d98f6e0eb7df485ae80 (diff) |
mount/fuse: unref the fds after they have been migrated to the new graph
In fuse upon graph changes fds were being migrated to the new graph.
It was done by taking all the fds from the fdtable in a structure and then
migrating each fd in the structure to the new graph. But after the fds
are migrated the structure which had the fds within it (that is refed fds)
was being freed without unrefing the fds, thus leading to a fd leak.
Change-Id: I7b25220a48954384a004373d378cee11c6109f7e
BUG: 811552
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Reviewed-on: http://review.gluster.com/3222
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src')
0 files changed, 0 insertions, 0 deletions