Description of problem: While doing a code walk through, found out that dirfd system call is executed twice in posix_opendir. 2nd call is not needed, we could save the cost of having another system call.
REVIEW: http://review.gluster.org/9186 (posix: remove duplicate dirfd calls in posix_opendir) posted (#2) for review on master by Atin Mukherjee (amukherj)
COMMIT: http://review.gluster.org/9186 committed in master by Vijay Bellur (vbellur) ------ commit a435f62853832d3b5a52ab20227399ea921fc8ce Author: Atin Mukherjee <amukherj> Date: Fri Nov 21 12:20:07 2014 +0530 posix: remove duplicate dirfd calls in posix_opendir BUG: 1168910 Change-Id: I285d352d20374bb3edee2db42d062d4724198425 Signed-off-by: Atin Mukherjee <amukherj> Reviewed-on: http://review.gluster.org/9186 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur>
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user