|
@@ -112,8 +112,6 @@ struct bio {
|
|
|
* bio flags
|
|
|
*/
|
|
|
#define BIO_UPTODATE 0 /* ok after I/O completion */
|
|
|
-#define BIO_RW_BLOCK 1 /* RW_AHEAD set, and read/write would block */
|
|
|
-#define BIO_EOF 2 /* out-out-bounds error */
|
|
|
#define BIO_SEG_VALID 3 /* bi_phys_segments valid */
|
|
|
#define BIO_CLONED 4 /* doesn't own data */
|
|
|
#define BIO_BOUNCED 5 /* bio is a bounce bio */
|