]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Remove BlockRing.Outstanding / BlockRingAbort 8.1.0-rc7
authorOwen Smith <owen.smith@citrix.com>
Wed, 2 Dec 2015 15:16:49 +0000 (15:16 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Dec 2015 13:37:03 +0000 (13:37 +0000)
commit8b44caccfed5d8c68c72e13c09ee0930e35df78d
tree1d727f2fb1186bc532125bc1ca80c17d393b44ce
parent08697d5c2081bd474ee714dfb1923c7a89eac11d
Remove BlockRing.Outstanding / BlockRingAbort

The BlockRing Outstanding stat is duplicated by SubmittedReqs.Count.
Remove BlockRing.Outstanding and the BlockRingAbort function as the
stat is not useful, and can trigger ASSERTion failures when requests
are stuck outstanding on a broken ring that is being destroyed.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xenvbd/blockring.c
src/xenvbd/blockring.h
src/xenvbd/pdo.c