]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: change type of 'inflightreads' from unsigned to int
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 19 Apr 2016 06:25:48 +0000 (14:25 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 19 Apr 2016 06:25:48 +0000 (14:25 +0800)
commit9e33aa3e422a72a8b91229f2c6059d6d13a8bb52
treeecc4e1811360a48e4e40b81ab87c9ae8c8a6b586
parentb312ea0c69ea08d39873898de4e1d18adc4c64fa
osd/ReplicatedPG: change type of 'inflightreads' from unsigned to int

The 'inflightreads' works as a reference, so it better be of a type of
int which is convenient for underflow tracking.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/ReplicatedPG.h