Whamcloud - gitweb
LU-7079 ptlrpc: imp_peer_committed_transno should increase 61/16161/5
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Tue, 1 Sep 2015 14:28:46 +0000 (17:28 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 4 Sep 2015 05:16:06 +0000 (05:16 +0000)
commit01ca899324738343279c1d63823b7fab937197dc
tree3d79f227932726819f1eb8fa15edc38faf4bcc4a
parent5dcc6f68d6ebba0be4e2a7d132d4e28da7a8361e
LU-7079 ptlrpc: imp_peer_committed_transno should increase

imp_peer_committed_transno should not decrease as this can
confuse the users if imp_peer_committed_transno is used to
check commit status.

Change-Id: I8a1fdc651d837987bbe9aecc859b36849f9ee0a7
Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-on: http://review.whamcloud.com/16161
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osp/osp_sync.c
lustre/ptlrpc/client.c