linux: Remove bvec page_offset, use bv_offset
Now that page_offset is referenced through accessors, remove the union, and use bv_offset. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
b54c9d5bd6
commit
65c84f148e
@@ -18,10 +18,7 @@
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user