Fix BLKTRACESTOP definition

* block.c: Fix typo in the check for BLKTRACESTOP.
Reported by Gabor Z. Papp.
This commit is contained in:
Дмитрий Левин 2011-04-07 19:58:10 +00:00
parent 03aefdadb2
commit 4cee0af77b

View File

@ -54,7 +54,7 @@ struct blk_user_trace_setup {
#ifndef BLKTRACESTART
#define BLKTRACESTART _IO(0x12,116)
#endif
#ifndef BLKTRACESTART
#ifndef BLKTRACESTOP
#define BLKTRACESTOP _IO(0x12,117)
#endif
#ifndef BLKTRACETEARDOWN