Correct typo introduced with r268855.

MFC after:	10 days
X-MFC with:	r268855
This commit is contained in:
Xin LI 2014-07-22 08:37:01 +00:00
parent 8fcb9ca99b
commit 3d4d6b0883

View File

@ -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