Skip to content
Commit 7537dad7 authored by Qu Wenruo's avatar Qu Wenruo Committed by Mike Snitzer
Browse files

dm log writes: fix incorrect comment about the logged sequence example



dm-log-writes records the sequence of completion, not submission, thus
for the following sequence (W=write, C=complete):

  Wa,Wb,Wc,Cc,Ca,FLUSH,FUAd,Cb,CFLUSH,CFUAd

The logged results in log device should be:
  c,a,b,flush,fua

Fix the comment to give a better example.

Signed-off-by: default avatarQu Wenruo <wqu@suse.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent d4e6e836
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment