Correct typo introduced with r268855.
MFC after: 10 days X-MFC with: r268855
This commit is contained in:
parent
35981fe0b7
commit
02590d59ac
@ -208,7 +208,7 @@ enum zio_flag {
|
||||
ZIO_FLAG_NOPWRITE = 1 << 26,
|
||||
ZIO_FLAG_REEXECUTED = 1 << 27,
|
||||
ZIO_FLAG_DELEGATED = 1 << 28,
|
||||
ZIO_FLAG_QUEUE_IO_DONE = 1 << 28,
|
||||
ZIO_FLAG_QUEUE_IO_DONE = 1 << 29,
|
||||
};
|
||||
|
||||
#define ZIO_FLAG_MUSTSUCCEED 0
|
||||
|
Loading…
Reference in New Issue
Block a user