Whamcloud - gitweb
LU-409 stop loading the llite_lloop module for >= 2.6.32 kernels
authorYu Jian <yujian@whamcloud.com>
Thu, 16 Jun 2011 15:27:44 +0000 (23:27 +0800)
committerJohann Lombardi <johann@whamcloud.com>
Fri, 17 Jun 2011 12:07:51 +0000 (05:07 -0700)
commit2ed811cb0149c805a19a278a8350202e47724d46
tree5ef95d0c5591dacf624bf40a4f1d9b8b28182c98
parentabdc279dbfe3ce91b2081f81a36b5a5cae08f5c9
LU-409 stop loading the llite_lloop module for >= 2.6.32 kernels

The change of block device interface in kernel 2.6.32-131 caused
the llite_lloop module do not work. Since this is an unsupported
feature, let's stop loading this module from load_modules in
test-framework.sh.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: Ic8513dbb02caa93f768a95b9f5798a91f7520ecd
Reviewed-on: http://review.whamcloud.com/954
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
lustre/tests/test-framework.sh