REVIEW: http://review.gluster.org/8307 (gluster: Fix the recursive goto outs in the source code.) posted (#1) for review on master by Avra Sengupta (asengupt)
REVIEW: http://review.gluster.org/8307 (gluster: Fix the recursive goto outs in the source code.) posted (#2) for review on master by Avra Sengupta (asengupt)
REVIEW: http://review.gluster.org/8307 (gluster: Fix the recursive goto outs in the source code.) posted (#3) for review on master by Avra Sengupta (asengupt)
REVIEW: http://review.gluster.org/8307 (gluster: Fix the recursive goto outs in the source code.) posted (#4) for review on master by Avra Sengupta (asengupt)
COMMIT: http://review.gluster.org/8307 committed in master by Krishnan Parthasarathi (kparthas) ------ commit f6ddb4675c096dc81420ed84fb2a6fefa9fea563 Author: Avra Sengupta <asengupt> Date: Mon Jul 14 13:07:08 2014 +0000 gluster: Fix the recursive goto outs in the source code. Added a script check_goto.pl, that when run from the source code root, will scan all .c files to match the following pattern: label: if (condition) goto label; On finding such a pattern the script will print the file name and the line number. There are certain cases where the above recursive pattern is intended. Hence adding those labels to ignore-labels. Thanks Vijaikumar Mallikarjuna for the perl script. Also fixed all such existing errors Change-Id: I1b821d0a8c296f16e40faff20bd029bdc880c2e9 BUG: 1119256 Signed-off-by: Vijaikumar Mallikarjuna <vmallika> Signed-off-by: Avra Sengupta <asengupt> Reviewed-on: http://review.gluster.org/8307 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Jeff Darcy <jdarcy> Reviewed-by: Krishnan Parthasarathi <kparthas> Tested-by: Krishnan Parthasarathi <kparthas>
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