Whamcloud - gitweb
LU-2800 autoconf: remove bio_endio args test 04/8104/2
authorJames Simmons <uja.ornl@gmail.com>
Wed, 30 Oct 2013 13:04:18 +0000 (09:04 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 14 Nov 2013 04:14:14 +0000 (04:14 +0000)
commit286f68d3859293b52917e74cb0dcc488c5649852
treebf2067d2eb7b06d4780d99f46db65b2aa69d3559
parent40b6113ae4a9db9a909b1b49db8a02b2dc267ef6
LU-2800 autoconf: remove bio_endio args test

Since linux kernel version 2.6.24 the bio api has been
taking one less argument than in previous versions. Since
we no longer support kernels earlier than 2.6.32 we can
drop this test and simplify the code using the bio api.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Ieedface5065d660284c5dfb9a61cb81e4174c61d
Reviewed-on: http://review.whamcloud.com/8104
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/autoconf/lustre-core.m4
lustre/include/linux/lustre_compat25.h
lustre/llite/lloop.c
lustre/osd-ldiskfs/osd_io.c