Commit fc0a75ce authored by Nathan Scott's avatar Nathan Scott Committed by Jens Axboe

[PATCH] blktrace: fix barrier vs sync typo

Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 120bda20
......@@ -11,7 +11,7 @@ enum blktrace_cat {
BLK_TC_READ = 1 << 0, /* reads */
BLK_TC_WRITE = 1 << 1, /* writes */
BLK_TC_BARRIER = 1 << 2, /* barrier */
BLK_TC_SYNC = 1 << 3, /* barrier */
BLK_TC_SYNC = 1 << 3, /* sync IO */
BLK_TC_QUEUE = 1 << 4, /* queueing/merging */
BLK_TC_REQUEUE = 1 << 5, /* requeueing */
BLK_TC_ISSUE = 1 << 6, /* issue */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment