summaryrefslogtreecommitdiff
path: root/proto_ipv6_in_ipv4.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-13 18:46:31 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-13 18:46:31 +0100
commit57739dfaa8bd88160fadcb34cea543c832a3b265 (patch)
tree962f20ef147c075b3d715cc2a6565b1b2b3d7579 /proto_ipv6_in_ipv4.c
parent0a9adf482d5bb2cf27ede0f970228b9f69145f4d (diff)
zsh: trafgen: Add missing option -q/--qdisc-path to zsh completion
Also sightly adjust the description in the usage text. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_ipv6_in_ipv4.c')
0 files changed, 0 insertions, 0 deletions
gt; Skip talk_to_blkback() because frontstate == XenbusStateInitialised > blkfront_connect() > Set blkfront to XenbusStateConnected ----- And here we get another XenbusStateConnected notification leading to: ----- blkback_changed() > because now frontstate != XenbusStateInitialised talk_to_blkback() is also called again > blkfront state changed from XenbusStateConnected to XenbusStateInitialised (Which is not correct!) front_changed(): > Do nothing because blkback already in XenbusStateConnected Now blkback is in XenbusStateConnected but blkfront is still in XenbusStateInitialised - leading to no disks. Poking of the XenbusStateConnected state is allowed (to deal with block disk change) and has to be dealt with. The most likely cause of this bug are custom udev scripts hooking up the disks and then validating the size. Signed-off-by: Bob Liu <bob.liu@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'Documentation/early-userspace')