diff --git a/drivers/md/dm-log-writes.c b/drivers/md/dm-log-writes.c index 0837b17e1798..99721c76225d 100644 --- a/drivers/md/dm-log-writes.c +++ b/drivers/md/dm-log-writes.c @@ -40,7 +40,7 @@ * * Would result in the log looking like this: * - * c,a,flush,fuad,b,, + * c,a,b,flush,fuad,, * * This is meant to help expose problems where file systems do not properly wait * on data being written before invoking a FLUSH. FUA bypasses cache so once it