fix hugepage-size type mismatch
authorAaron Carroll <aaronc@gelato.unsw.edu.au>
Wed, 20 Feb 2008 08:14:13 +0000 (09:14 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 20 Feb 2008 08:14:13 +0000 (09:14 +0100)
commit357f618e3905a33fcc47f1f72a4657c5fc68c7d7
tree4daf151da173982d291eef335dfb5b98890ed660
parenta1dedc1f6347a33fd1265348db86a9258cadefd2
fix hugepage-size type mismatch

hugepage_size in thread_options is of type int, but listed in
options.c as type long.  This patch reconciles the two.

Signed-off-by: Aaron Carroll <aaronc@gelato.unsw.edu.au>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c