Whamcloud - gitweb
LU-3097 build: fix 'missing break' errors 64/7164/4
authorSebastien Buisson <sebastien.buisson@bull.net>
Mon, 29 Jul 2013 15:19:15 +0000 (17:19 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 30 Aug 2013 17:53:21 +0000 (17:53 +0000)
commit3439adf093ef8d36ae7f95687c92ad1d436329c8
tree0c3e55c38d0c1a93e25969f726011ef6aaa47711
parent28d55bd62981b49ff7b0253a5e638fc389bef667
LU-3097 build: fix 'missing break' errors

Fix 'missing break' issues found by Coverity version 6.5.1:
Missing break in switch (MISSING_BREAK)
This case is not terminated by a 'break' statement.

Signed-off-by: Sebastien Buisson <sebastien.buisson@bull.net>
Change-Id: Ib96784433db5075bb6fb916024c1c217850f7eb6
Reviewed-on: http://review.whamcloud.com/7164
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/lov/lovsub_lock.c
lustre/tests/multiop.c
lustre/utils/lfs.c