Whamcloud - gitweb
LU-5243 utils: use goto rather than GOTO() 91/10791/5
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 23 Jun 2014 21:04:12 +0000 (16:04 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 15 Jul 2014 03:51:43 +0000 (03:51 +0000)
commit799323c4110b485d11f3a0fd1f77fef09abb3a69
tree608c6b4b62ec8b50f22ce91523fc0daef31a59d3
parent9f38647a7b24a834ecbb35e36e42f76d907adecf
LU-5243 utils: use goto rather than GOTO()

In lfs.c, liblustreapi.c, nidstrings.c and lustre_rsync.c use
return, assignments and goto statements rather than the GOTO()
and RETURN() macros.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I5e5b5e9e73baadacfbad06ed9eefa1e0d4b9e612
Reviewed-on: http://review.whamcloud.com/10791
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/libcfs/nidstrings.c
lustre/utils/lfs.c
lustre/utils/liblustreapi.c
lustre/utils/lustre_rsync.c