Whamcloud - gitweb
LU-6874 out: missing noop in out_update_ops 92/15692/2
authorwang di <di.wang@intel.com>
Tue, 21 Jul 2015 13:37:19 +0000 (06:37 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 3 Aug 2015 02:00:36 +0000 (02:00 +0000)
commitbf0b93a88479c3cb0bf2dc7cf890f60ae15ee05a
tree9fbd946e1c6869046dc11e68129a1ae712a40bf0
parentd3341dff726d8781f16e21f7d403c2ec11f8113d
LU-6874 out: missing noop in out_update_ops

NOOP is missing in out_update_ops, though this NOOP
operation will only exit inside the update log, i.e.
out_handler should never handle noop update. But
if we add new update in out_update_ops table, missing
noop there might cause problems.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I967ffefcd1499801fa1890ed8d97ce70190c1902
Reviewed-on: http://review.whamcloud.com/15692
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/target/out_handler.c