]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/bvec.h
net: Convert skb_frag_t to bio_vec
[linux.git] / include / linux / bvec.h
index a032f01e928c5e71ce805c3aa51b563b82090b87..7f2b2ea9399c7f431ec6726c44a8b5ad74104fc4 100644 (file)
 struct bio_vec {
        struct page     *bv_page;
        unsigned int    bv_len;
-       unsigned int    bv_offset;
+       union {
+               __u32           page_offset;
+               unsigned int    bv_offset;
+       };
 };
 
 struct bvec_iter {