glusterfs/extras/test
Avra Sengupta f6ddb4675c 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@redhat.com>
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/8307
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Tested-by: Krishnan Parthasarathi <kparthas@redhat.com>
2014-07-21 10:26:20 -07:00
..
ld-preload-test Update references to the maillinglist to gluster-devel@gluster.org 2014-04-27 21:29:36 -07:00
bug-920583.t mount: Added the xlator-option to mount.glusterfs script. 2013-03-22 14:41:19 -07:00
gluster_commands.sh All: License message change 2012-09-13 13:19:37 -07:00
open-fd-tests.c libglusterfs/fd: while dumping the fd_ctx use fd->xl_count 2012-05-17 03:49:55 -07:00
run.sh All: License message change 2012-09-13 13:19:37 -07:00
stop_glusterd.sh All: License message change 2012-09-13 13:19:37 -07:00
test-ffop.c gluster: Fix the recursive goto outs in the source code. 2014-07-21 10:26:20 -07:00