]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/bvec.h
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
[linux.git] / include / linux / bvec.h
index 7f2b2ea9399c7f431ec6726c44a8b5ad74104fc4..a032f01e928c5e71ce805c3aa51b563b82090b87 100644 (file)
 struct bio_vec {
        struct page     *bv_page;
        unsigned int    bv_len;
-       union {
-               __u32           page_offset;
-               unsigned int    bv_offset;
-       };
+       unsigned int    bv_offset;
 };
 
 struct bvec_iter {