block: remove BIO_PAGE_REFFED
[linux-block.git] / include / linux / blk_types.h
index deb69eeab6bd7bf8794c63395eef1686c6594743..752a54e3284b27b783c1c61edcfc6557bdf34d6e 100644 (file)
@@ -326,7 +326,6 @@ struct bio {
  */
 enum {
        BIO_PAGE_PINNED,        /* Unpin pages in bio_release_pages() */
-       BIO_PAGE_REFFED,        /* put pages in bio_release_pages() */
        BIO_CLONED,             /* doesn't own data */
        BIO_BOUNCED,            /* bio is a bounce bio */
        BIO_QUIET,              /* Make BIO Quiet */