Whamcloud - gitweb
LU-610 fix the wrong data type in find_value_cmp
authorHongchao Zhang <hongchao.zhang@whamcloud.com>
Tue, 11 Oct 2011 02:39:07 +0000 (10:39 +0800)
committerJohann Lombardi <johann@whamcloud.com>
Thu, 13 Oct 2011 20:21:49 +0000 (16:21 -0400)
commit090eaea84127d9f28e9c9b831a61b6712fee5fed
tree63235e0bc25f27353568d4ae04f384006f657719
parentce873618e85e304f0582cf8dc8ba9eae20ea19c3
LU-610 fix the wrong data type in find_value_cmp

in function find_value_cmp(lustre/utils/liblustreapi.c), the data type for
parameters "file" and "limit" is converted from "unsigned long long" type
into "unsigned int" type by mistake, and the file size should be defined
as "unsigned long long" type too.

Change-Id: I83326b50860bdfeb4cd31509f99f7ab1b6a8ab13
Signed-off-by: Hongchao Zhang <hongchao.zhang@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1401
Tested-by: Hudson
Reviewed-by: Yu Jian <yujian@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
lustre/utils/liblustreapi.c