docs: remove wrong statement about bug in xenstore
authorJuergen Gross <jgross@suse.com>
Mon, 24 Oct 2016 11:27:17 +0000 (13:27 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 26 Oct 2016 11:38:07 +0000 (12:38 +0100)
docs/misc/xenstore.txt states that xenstored will use "0" as a valid
transaction id after 2^32 transactions. This is not true. Remove that
statement.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
docs/misc/xenstore.txt

index c9f4a05317fa88f6bbb68fe5d5d19bf2ebe054ee..ae1b6a8c6e43f47aae7ece8e9537f3f1fd03a4bb 100644 (file)
@@ -229,8 +229,6 @@ TRANSACTION_START   |                       <transid>|
        tx_id request header field.  When transaction is started whole
        db is copied; reads and writes happen on the copy.
        It is not legal to send non-0 tx_id in TRANSACTION_START.
-       Currently xenstored has the bug that after 2^32 transactions
-       it will allocate the transid 0 for an actual transaction.
 
 TRANSACTION_END                T|
 TRANSACTION_END                F|