Whamcloud - gitweb
LU-11132 compile: fix LC_BI_BDEV for old kernels 99/32799/2
authorVladimir Saveliev <c17830@cray.com>
Thu, 12 Jul 2018 19:45:11 +0000 (22:45 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 23 Jul 2018 22:19:10 +0000 (22:19 +0000)
commit63ac7eecf5ad61e311c3c963a2cb12b1045f72e2
tree6033f0578277bf02fcf579d2fd8f8460c4008a5f
parent7955e2c62e7c97c2e56e1bfc8d7598f2e80a4e52
LU-11132 compile: fix LC_BI_BDEV for old kernels

struct bio is located in linux/bio.h in 2.6 kernel serie. LC_BI_BDEV
uses linux/blk_types.h. That makes the configuration check to fail for
those kernels and breaks compiling.

Use linux/bio.h in LC_BI_BDEV so that it worked for both new and all
kernels.

Signed-off-by: Vladimir Saveliev <c17830@cray.com>
Change-Id: Iaeefea9ba96ebe4dad30acedb5fa7551c4516241
Reviewed-on: https://review.whamcloud.com/32799
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
lustre/autoconf/lustre-core.m4