Whamcloud - gitweb
LU-1389 lov: standardize lov_do_div64() usage
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 27 Oct 2011 04:11:07 +0000 (22:11 -0600)
committerOleg Drokin <green@whamcloud.com>
Mon, 14 May 2012 16:58:42 +0000 (12:58 -0400)
commit2b1697699531bd7ef9a7f1ccfb77c3fc7618e243
treeca818e8d3e8bfdac1a00c8fadeecfdff970b4f04
parent96894b2afb0675ec93eec6260de6d71b296f57dc
LU-1389 lov: standardize lov_do_div64() usage

Rename ll_do_div64() to lov_do_div64() and move it to a header
for use by LOV and LOD.  Lustre shouldn't use linux-specific
methods in the code, so this is a bit of portability fix as well.

Change-Id: Ia6f071914a982c7c7d5f2d11271f9587aea01ed6
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-on: http://review.whamcloud.com/1619
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd_lov.h
lustre/lov/lov_internal.h
lustre/lov/lov_io.c
lustre/lov/lov_obd.c
lustre/lov/lov_offset.c
lustre/lov/lov_qos.c
lustre/lov/lov_request.c