Fix the following warnings:
CC block/blk-merge.o
In file included from block/blk-merge.c:7:0:
block/blk-merge.c: In function âblk_queue_splitâ:
include/linux/blkdev.h:1368:21: warning: âbvprv.bv_offsetâ may be used
uninitialized in this function [-Wmaybe-uninitialized]
((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q));
^
block/blk-merge.c:70:21: note: âbvprv.bv_offsetâ was declared here
struct bio_vec bv, bvprv;
^
In file included from block/blk-merge.c:7:0:
include/linux/blkdev.h:1368:21: warning: âbvprv.bv_lenâ may be used
uninitialized in this function [-Wmaybe-uninitialized]
((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q));
^
block/blk-merge.c:70:21: note: âbvprv.bv_lenâ was declared here
struct bio_vec bv, bvprv;
^
In file included from ./arch/x86/include/asm/page.h:70:0,
from ./arch/x86/include/asm/thread_info.h:11,
from include/linux/thread_info.h:54,
from ./arch/x86/include/asm/preempt.h:6,
from include/linux/preempt.h:64,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/stat.h:18,
from include/linux/module.h:10,
from block/blk-merge.c:5:
include/asm-generic/memory_model.h:52:52: warning: âbvprv.bv_pageâ may
be used uninitialized in this function [-Wmaybe-uninitialized]
#define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
^
block/blk-merge.c:70:21: note: âbvprv.bv_pageâ was declared here
struct bio_vec bv, bvprv;