Skip to content

Commit

Permalink
blktrace: change barrier to a flush
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Apr 26, 2018
1 parent 8812d7f commit b359f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blktrace_api.h
Expand Up @@ -9,7 +9,7 @@
enum {
BLK_TC_READ = 1 << 0, /* reads */
BLK_TC_WRITE = 1 << 1, /* writes */
BLK_TC_BARRIER = 1 << 2, /* barrier */
BLK_TC_FLUSH = 1 << 2, /* flush */
BLK_TC_SYNC = 1 << 3, /* sync */
BLK_TC_QUEUE = 1 << 4, /* queueing/merging */
BLK_TC_REQUEUE = 1 << 5, /* requeueing */
Expand Down

0 comments on commit b359f03

Please sign in to comment.