exofs: convert io_state to use pages array instead of bio at input
[safe/jmp/linux-2.6] / fs / exofs / exofs.h
index 0d8a34b..acfebd3 100644 (file)
@@ -128,7 +128,10 @@ struct exofs_io_state {
        loff_t                  offset;
        unsigned long           length;
        void                    *kern_buff;
-       struct bio              *bio;
+
+       struct page             **pages;
+       unsigned                nr_pages;
+       unsigned                pgbase;
 
        /* Attributes */
        unsigned                in_attr_len;